Files
open-keychain/OpenKeychain/src/main/res/xml/account_preferences.xml

9 lines
303 B
XML
Raw Normal View History

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