Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 1a3026f0 authored by Kiril Mikos's avatar Kiril Mikos Committed by Steve Kondik
Browse files

Settings: Add preference for EdgeGesture service.

Change-Id: I0325b0a9aa6eb943b48483aebe151726a2c64ac4
parent 7fa762f4
Loading
Loading
Loading
Loading
+5 −0
Original line number Diff line number Diff line
@@ -902,4 +902,9 @@

    <!-- Performance menu, graphics options category -->
    <string name="graphics_title">Graphics and rendering</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>
+6 −0
Original line number Diff line number Diff line
@@ -201,6 +201,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"