Add related assist-gesture keywords

Wake squeeze and alarm gestures are for settings under
development.

Bug: 62191990
Test: string changes
Change-Id: Iac22a9ab9e63f1e3d97f62d3c470cf07b5da3636
This commit is contained in:
Matthew Fritze
2017-05-30 13:05:38 -07:00
parent 21aab578c9
commit 36653892d4
2 changed files with 5 additions and 2 deletions

View File

@@ -6366,10 +6366,12 @@
<string name="keywords_lockscreen">slide to unlock, password, pattern, PIN</string> <string name="keywords_lockscreen">slide to unlock, password, pattern, PIN</string>
<string name="keywords_profile_challenge">work challenge, work, profile</string> <string name="keywords_profile_challenge">work challenge, work, profile</string>
<string name="keywords_unification">work profile, managed profile, unify, unification, work, profile</string> <string name="keywords_unification">work profile, managed profile, unify, unification, work, profile</string>
<!-- Search keyword for gesture settings -->
<string name="keywords_gesture">gesture</string> <string name="keywords_gesture">gesture</string>
<string name="keywords_payment_settings">pay, tap, payments</string> <string name="keywords_payment_settings">pay, tap, payments</string>
<string name="keywords_backup">backup, back up</string> <string name="keywords_backup">backup, back up</string>
<string name="keywords_squeeze_to_launch_gesture">gesture, edge, side, active edge, squeeze, grip, assist, assistant, squeezy, squeezie, squeezey, squeezee, ok google, google assistant</string>
<string name="keywords_wake_squeeze_gesture">gesture, wake, notifications, screen, display, screen off, screen on, squeeze, edge, asleep, sleep, grip</string>
<string name="keywords_alarm_silence_gesture">gesture, silence, snooze, alarm, incoming call, quiet, display, lockscreen, squeeze, grip, edge, stop</string>
<!-- NFC Wi-Fi pairing/setup strings--> <!-- NFC Wi-Fi pairing/setup strings-->

View File

@@ -17,6 +17,7 @@
<PreferenceScreen xmlns:android="http://schemas.android.com/apk/res/android" <PreferenceScreen xmlns:android="http://schemas.android.com/apk/res/android"
xmlns:app="http://schemas.android.com/apk/res-auto" xmlns:app="http://schemas.android.com/apk/res-auto"
xmlns:settings="http://schemas.android.com/apk/res/com.android.settings"
android:title="@string/assist_gesture_title"> android:title="@string/assist_gesture_title">
<com.android.settings.widget.VideoPreference <com.android.settings.widget.VideoPreference
@@ -28,7 +29,7 @@
android:key="gesture_assist" android:key="gesture_assist"
android:title="@string/assist_gesture_title" android:title="@string/assist_gesture_title"
android:summary="@string/assist_gesture_summary" android:summary="@string/assist_gesture_summary"
app:keywords="@string/keywords_gesture"/> app:keywords="@string/keywords_squeeze_to_launch_gesture"/>
<com.android.settings.widget.SeekBarPreference <com.android.settings.widget.SeekBarPreference
android:key="gesture_assist_sensitivity" android:key="gesture_assist_sensitivity"