open-keychain/OpenKeychain/src/main/res/xml/account_preferences.xml
2015-08-03 15:13:08 +02:00

10 lines
317 B
XML

<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>