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

Commit 1d687888 authored by Kyrylo Mikos's avatar Kyrylo Mikos Committed by Abhisek Devkota
Browse files

Settings: Add preference for EdgeGesture service.

Update: Default to true

Change-Id: I0325b0a9aa6eb943b48483aebe151726a2c64ac4
parent 4e2c9666
Loading
Loading
Loading
Loading
+3 −0
Original line number Diff line number Diff line
@@ -999,4 +999,7 @@
    <string name="app_ops_reset_confirm_title">Confirm counters reset</string>
    <string name="app_ops_reset_confirm_mesg">Are you sure you wish to reset AppOps counters?</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
@@ -164,6 +164,12 @@
            android:title="@string/pointer_location"
            android:summary="@string/pointer_location_summary"/>

        <com.android.settings.cyanogenmod.SystemSettingCheckBoxPreference
            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"