Add synonym to "Add an account"

To index the term "work profile" for "Add an account" setting, we added
a synonym to this setting.

Fixes: 111519999
Test: manual
Change-Id: Iabaac8d36433ef75790768fb46d14fe9b2553ad4
This commit is contained in:
Mill Chen
2019-04-30 17:13:50 +08:00
parent 9efd0c9685
commit fb4f7f8ab7
2 changed files with 5 additions and 1 deletions

View File

@@ -7334,6 +7334,9 @@
<!-- 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>
<!-- List of synonyms for the Add an account setting [CHAR_LIMIT=NONE] -->
<string name="keywords_add_an_account">work profile</string>
<!-- Option title for the default sound, context based on screen -->
<string name="default_sound">Default sound</string>

View File

@@ -19,4 +19,5 @@
xmlns:settings="http://schemas.android.com/apk/res-auto"
android:key="add_account_screen"
android:title="@string/header_add_an_account"
settings:controller="com.android.settings.accounts.ChooseAccountPreferenceController" />
settings:controller="com.android.settings.accounts.ChooseAccountPreferenceController"
settings:keywords="@string/keywords_add_an_account"/>