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

Commit a976a95f authored by Zhao Wei Liew's avatar Zhao Wei Liew
Browse files

Settings: gesture: Add CMParts touchscreen gesture settings

We'll allow devices to add touchscreen gesture settings
using the CMHW TouchscreenGesture API.

Change-Id: I569b91ed66d34097a2bd96fb56af660a2702224b
(cherry picked from commit 5258f3cc)
parent 8edbc941
Loading
Loading
Loading
Loading
+5 −0
Original line number Diff line number Diff line
@@ -16,9 +16,14 @@

<PreferenceScreen xmlns:android="http://schemas.android.com/apk/res/android"
    xmlns:settings="http://schemas.android.com/apk/res-auto"
    xmlns:lineage="http://schemas.android.com/apk/res/cyanogenmod.platform"
    android:title="@string/gesture_preference_title"
    settings:keywords="@string/keywords_gesture">

    <org.cyanogenmod.internal.cmparts.CMPartsPreference
        android:key="touchscreen_gesture_settings"
        lineage:requiresFeature="cmhardware:FEATURE_TOUCHSCREEN_GESTURES" />

    <com.android.settings.gestures.GesturePreference
        android:key="gesture_swipe_down_fingerprint"
        android:title="@string/fingerprint_swipe_for_notifications_title"