Add privacy information to account screen
This commit is contained in:
10
OpenKeychain/src/main/res/xml/account_preferences.xml
Normal file
10
OpenKeychain/src/main/res/xml/account_preferences.xml
Normal file
@@ -0,0 +1,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>
|
||||
Reference in New Issue
Block a user