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

Unverified Commit a7304f52 authored by Zhao Wei Liew's avatar Zhao Wei Liew Committed by Michael Bestas
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 7146dc3e
Loading
Loading
Loading
Loading
+5 −0
Original line number Diff line number Diff line
@@ -17,9 +17,14 @@

<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: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"