Add settings for the assist gesture.
Availability of the gesture is gated by a new FeatureProvider. Test: make -j RunSettingsRoboTests; manual test on supported/unsupported configurations. Change-Id: I3529367a73e33370d5112b91d5144293ffa7fa22
This commit is contained in:
@@ -52,6 +52,11 @@
|
||||
android:key="gesture_settings_category"
|
||||
android:title="@string/gesture_preference_title">
|
||||
|
||||
<Preference
|
||||
android:key="gesture_assist"
|
||||
android:title="@string/assist_gesture_title"
|
||||
android:fragment="com.android.settings.gestures.AssistGestureSettings"/>
|
||||
|
||||
<Preference
|
||||
android:key="gesture_swipe_down_fingerprint"
|
||||
android:title="@string/fingerprint_swipe_for_notifications_title"
|
||||
@@ -114,4 +119,4 @@
|
||||
|
||||
</PreferenceCategory>
|
||||
|
||||
</PreferenceScreen>
|
||||
</PreferenceScreen>
|
||||
|
Reference in New Issue
Block a user