aboutsummaryrefslogtreecommitdiffstats
path: root/src/main/res/xml/preferences.xml
diff options
context:
space:
mode:
authorChristian Schneppe <christian@pix-art.de>2018-04-01 14:19:06 +0200
committerChristian Schneppe <christian@pix-art.de>2018-04-01 14:19:06 +0200
commitcec483b70d6bd480ee6b3fa1be2fd2432a8d2ae6 (patch)
tree0b636cb00c900572131e81c8cc5a0d563f7503ce /src/main/res/xml/preferences.xml
parenta70f8423f0389916b3c2d7b1b708feebce1aa59b (diff)
removed 'preemptive grant' setting
Diffstat (limited to 'src/main/res/xml/preferences.xml')
-rw-r--r--src/main/res/xml/preferences.xml9
1 files changed, 3 insertions, 6 deletions
diff --git a/src/main/res/xml/preferences.xml b/src/main/res/xml/preferences.xml
index 61120254a..830d0607f 100644
--- a/src/main/res/xml/preferences.xml
+++ b/src/main/res/xml/preferences.xml
@@ -1,5 +1,7 @@
<?xml version="1.0" encoding="utf-8"?>
-<PreferenceScreen xmlns:android="http://schemas.android.com/apk/res/android">
+<PreferenceScreen
+ android:key="main_screen"
+ xmlns:android="http://schemas.android.com/apk/res/android">
<!--UI-->
<PreferenceScreen
android:icon="@drawable/ic_image_black_24dp"
@@ -199,11 +201,6 @@
android:key="security"
android:title="@string/pref_security_settings">
<CheckBoxPreference
- android:defaultValue="@bool/grant_new_contacts"
- android:key="grant_new_contacts"
- android:summary="@string/pref_grant_presence_updates_summary"
- android:title="@string/pref_grant_presence_updates" />
- <CheckBoxPreference
android:defaultValue="@bool/confirm_messages"
android:key="confirm_messages"
android:summary="@string/pref_confirm_messages_summary"