summaryrefslogtreecommitdiffstats
path: root/res/xml/development_prefs.xml
diff options
context:
space:
mode:
Diffstat (limited to 'res/xml/development_prefs.xml')
-rw-r--r--res/xml/development_prefs.xml9
1 files changed, 6 insertions, 3 deletions
diff --git a/res/xml/development_prefs.xml b/res/xml/development_prefs.xml
index 0c9856f..c95cfb8 100644
--- a/res/xml/development_prefs.xml
+++ b/res/xml/development_prefs.xml
@@ -82,9 +82,12 @@
<ListPreference
android:key="root_access"
android:title="@string/root_access"
- android:persistent="false"
- android:entries="@array/root_access_entries"
- android:entryValues="@array/root_access_values" />
+ android:persistent="false" />
+
+ <Preference
+ android:key="root_appops"
+ android:title="@string/root_appops_title"
+ android:summary="@string/root_appops_summary" />
<SwitchPreference
android:key="update_recovery"