summaryrefslogtreecommitdiffstats
path: root/res
diff options
context:
space:
mode:
Diffstat (limited to 'res')
-rw-r--r--res/values/cm_strings.xml5
-rw-r--r--res/xml/development_prefs.xml6
2 files changed, 11 insertions, 0 deletions
diff --git a/res/values/cm_strings.xml b/res/values/cm_strings.xml
index 26c55e1..54470a8 100644
--- a/res/values/cm_strings.xml
+++ b/res/values/cm_strings.xml
@@ -614,4 +614,9 @@
<string name="status_bar_battery_percentage_default">Hidden</string>
<string name="status_bar_battery_percentage_text_inside">Inside the icon</string>
<string name="status_bar_battery_percentage_text_next">Next to the icon</string>
+
+ <!-- EdgeGesture service -->
+ <string name="edge_gesture_service_title">Block gesture touch events</string>
+ <string name="edge_gesture_service_summary">Don\'t send touch events for navigation and status bar gestures to apps</string>
+
</resources>
diff --git a/res/xml/development_prefs.xml b/res/xml/development_prefs.xml
index b1651e3..899b1c9 100644
--- a/res/xml/development_prefs.xml
+++ b/res/xml/development_prefs.xml
@@ -206,6 +206,12 @@
android:title="@string/pointer_location"
android:summary="@string/pointer_location_summary"/>
+ <com.android.settings.cyanogenmod.SystemSettingSwitchPreference
+ android:key="edge_service_for_gestures"
+ android:title="@string/edge_gesture_service_title"
+ android:summary="@string/edge_gesture_service_summary"
+ android:defaultValue="1"/>
+
</PreferenceCategory>
<PreferenceCategory android:key="debug_drawing_category"