summaryrefslogtreecommitdiffstats
path: root/res
diff options
context:
space:
mode:
Diffstat (limited to 'res')
-rw-r--r--res/values/cm_strings.xml4
-rw-r--r--res/xml/development_prefs.xml5
2 files changed, 9 insertions, 0 deletions
diff --git a/res/values/cm_strings.xml b/res/values/cm_strings.xml
index 4f3f820..cb40b7d 100644
--- a/res/values/cm_strings.xml
+++ b/res/values/cm_strings.xml
@@ -28,6 +28,10 @@
<!-- Launch Dev Tools -->
<string name="development_tools_title">Development tools</string>
+ <!-- Development shortcut -->
+ <string name="development_shortcut_title">Development shortcut</string>
+ <string name="development_shortcut_summary">Enable application management shortcuts in notification area and recent apps list</string>
+
<!-- Setting checkbox title for root access -->
<string name="root_access">Root access</string>
<string name="root_access_warning_title">Allow root access?</string>
diff --git a/res/xml/development_prefs.xml b/res/xml/development_prefs.xml
index 78cbb21..aab8da5 100644
--- a/res/xml/development_prefs.xml
+++ b/res/xml/development_prefs.xml
@@ -140,6 +140,11 @@
android:title="@string/mock_location_app" />
<SwitchPreference
+ android:key="development_shortcut"
+ android:title="@string/development_shortcut_title"
+ android:summary="@string/development_shortcut_summary" />
+
+ <SwitchPreference
android:key="debug_view_attributes"
android:title="@string/debug_view_attributes" />