open-keychain/OpenKeychain/src/main/res/xml/account_preferences.xml
2016-11-30 18:41:11 +01:00

9 lines
303 B
XML

<PreferenceScreen xmlns:android="http://schemas.android.com/apk/res/android">
<PreferenceScreen
android:persistent="false"
android:selectable="false"
android:summary="@string/account_privacy_text"
android:title="@string/account_privacy_title" />
</PreferenceScreen>