aboutsummaryrefslogtreecommitdiffstats
path: root/OpenKeychain/src/main/res/xml/account_preferences.xml
blob: 3fdb54f1e5bbf86c64a3496ba2a27d87c31161d1 (plain)
1
2
3
4
5
6
7
8
9
10
<PreferenceScreen xmlns:android="http://schemas.android.com/apk/res/android">

    <PreferenceCategory android:title="@string/account_privacy_title" />

    <Preference
        android:persistent="false"
        android:selectable="false"
        android:summary="@string/account_privacy_text" />

</PreferenceScreen>