Tap gesture settings
Tap setting is similar to double tap, it will wake-up the phone when invoked. This setting page allows for configuration since both gestures aren't mutually exclusive. Change-Id: Ia62a1fafcc108e3c0b14613cb30224eae7b35f6a Fixes: 121198822 Test: make RunSettingsRoboTests
This commit is contained in:
@@ -59,6 +59,12 @@
|
||||
android:summary="@string/doze_always_on_summary"
|
||||
settings:controller="com.android.settings.display.AmbientDisplayAlwaysOnPreferenceController" />
|
||||
|
||||
<Preference
|
||||
android:key="ambient_display_tap"
|
||||
android:title="@string/ambient_display_tap_screen_title"
|
||||
android:fragment="com.android.settings.gestures.TapScreenGestureSettings"
|
||||
settings:controller="com.android.settings.gestures.TapScreenGesturePreferenceController" />
|
||||
|
||||
<Preference
|
||||
android:key="ambient_display_double_tap"
|
||||
android:title="@string/ambient_display_title"
|
||||
|
||||
Reference in New Issue
Block a user