Settings: gesture: Add LineageParts touchscreen gesture settings
We'll allow devices to add touchscreen gesture settings using the LineageHW TouchscreenGesture API. Change-Id: I569b91ed66d34097a2bd96fb56af660a2702224b
This commit is contained in:
parent
4ca1235aea
commit
5d832a3b09
1 changed files with 4 additions and 0 deletions
|
|
@ -20,6 +20,10 @@
|
|||
xmlns:settings="http://schemas.android.com/apk/res-auto"
|
||||
android:title="@string/gesture_preference_title">
|
||||
|
||||
<lineageos.preference.LineagePartsPreference
|
||||
android:key="touchscreen_gesture_settings"
|
||||
settings:requiresFeature="lineagehardware:FEATURE_TOUCHSCREEN_GESTURES" />
|
||||
|
||||
<Preference
|
||||
android:key="gesture_swipe_down_fingerprint_input_summary"
|
||||
android:title="@string/fingerprint_swipe_for_notifications_title"
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue