Add keywords for battery saver schedule

We forgot to add keywords to battery saver schedule so that it
would show up in search. This simply adds the string and the
appropriate keywords for it.

Test: manual (keywords result in search results)
Bug: 129984960
Change-Id: I94983fed6a6236f4d8cee3fb19c841822fd507e2
This commit is contained in:
Salvador Martinez
2019-04-25 11:04:58 -07:00
parent f3365e911d
commit 5829b56657
2 changed files with 3 additions and 0 deletions

View File

@@ -7327,6 +7327,8 @@
<string name="keywords_notification_vibration">haptics, vibrate, sensitivity</string>
<!-- Battery Saver: Search terms for sticky battery saver preference [CHAR_LIMIT=NONE] -->
<string name="keywords_battery_saver_sticky">battery saver, sticky, persist, power saver, battery</string>
<!-- Battery Saver: Search terms for battery saver schedule preference. Feel free to add additional terms when translating if appropriate [CHAR_LIMIT=NONE] -->
<string name="keywords_battery_saver_schedule">routine, schedule, battery saver, power saver, battery, automatic, percent</string>
<!-- Option title for the default sound, context based on screen -->
<string name="default_sound">Default sound</string>