From fb4f7f8ab7e999a1d30c2934a5a899e18893f2a3 Mon Sep 17 00:00:00 2001 From: Mill Chen Date: Tue, 30 Apr 2019 17:13:50 +0800 Subject: [PATCH] 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 --- res/values/strings.xml | 3 +++ res/xml/add_account_settings.xml | 3 ++- 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/res/values/strings.xml b/res/values/strings.xml index 959a72f1e31..abede010b41 100644 --- a/res/values/strings.xml +++ b/res/values/strings.xml @@ -7334,6 +7334,9 @@ routine, schedule, battery saver, power saver, battery, automatic, percent + + work profile + Default sound diff --git a/res/xml/add_account_settings.xml b/res/xml/add_account_settings.xml index 6b36f8d2b71..01e7674f02c 100644 --- a/res/xml/add_account_settings.xml +++ b/res/xml/add_account_settings.xml @@ -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"/>