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

Commit cefd3f94 authored by Zhao Wei Liew's avatar Zhao Wei Liew Committed by LuK1337
Browse files

Settings: gesture: Add LineageParts touchscreen gesture settings

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

Change-Id: I569b91ed66d34097a2bd96fb56af660a2702224b
parent 011e7186
Loading
Loading
Loading
Loading
+5 −0
Original line number Diff line number Diff line
@@ -17,10 +17,15 @@

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

    <org.lineageos.internal.lineageparts.LineagePartsPreference
        android:key="touchscreen_gesture_settings"
        lineage:requiresFeature="lineagehardware:FEATURE_TOUCHSCREEN_GESTURES" />

    <Preference
        android:key="gesture_assist_input_summary"
        android:title="@string/assist_gesture_title"