Misc fixes to search and UI.
- Use prefContext to create preference. - rename "Gestures" to "Gesture shortcuts" - Add search keyword to individual gesture settings so when search "gesture" they also show up. - call super() for all getNonIndexableKeys() in search provider Fix: 38327387 Fix: 36621897 Fix: 36685646 Test: make RunSettingsRoboTests Change-Id: Ia5ddfeae08cb27c278dfb8d2376594e21d8f283c
This commit is contained in:
@@ -6364,6 +6364,7 @@
|
||||
<string name="keywords_lockscreen">slide to unlock, password, pattern, PIN</string>
|
||||
<string name="keywords_profile_challenge">work challenge, 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_payment_settings">pay, tap, payments</string>
|
||||
<string name="keywords_backup">backup, back up</string>
|
||||
@@ -8412,7 +8413,7 @@
|
||||
<string name="deletion_helper_preference_title">Free up space now</string>
|
||||
|
||||
<!-- Preference title for gesture settings [CHAR LIMIT=25]-->
|
||||
<string name="gesture_preference_title">Gestures</string>
|
||||
<string name="gesture_preference_title">Gesture shortcuts</string>
|
||||
|
||||
<!-- Preference summary for gesture settings (phone) [CHAR LIMIT=NONE]-->
|
||||
<string name="gesture_preference_summary" product="default">Quick gestures to control your phone</string>
|
||||
|
Reference in New Issue
Block a user