Update string based on new mocks

Test: ondevice
Bug: 278919696
Change-Id: I66ca5ea5b416fc4f3bbcab42f5215f5a499f8b60
This commit is contained in:
Becca Hughes
2023-04-19 21:33:24 +00:00
parent b8d639c8fe
commit e132adfc3b
4 changed files with 10 additions and 8 deletions

View File

@@ -10250,8 +10250,10 @@
<string name="default_autofill_app">Default autofill service</string> <string name="default_autofill_app">Default autofill service</string>
<!-- Preference category for showing auto-fill services with saved passwords. [CHAR LIMIT=60] --> <!-- Preference category for showing auto-fill services with saved passwords. [CHAR LIMIT=60] -->
<string name="autofill_passwords">Passwords</string> <string name="autofill_passwords">Passwords</string>
<!-- Preference category for showing credman services with saved credentials. [CHAR LIMIT=60] --> <!-- Preference category for showing autofill and credman services with saved credentials. [CHAR LIMIT=60] -->
<string name="credman_credentials">Passwords, passkeys and data services</string> <string name="credman_chosen_app_title">Passwords, passkeys and data services</string>
<!-- Preference category for showing additional credential providers. [CHAR LIMIT=60] -->
<string name="credman_credentials">Additional providers</string>
<!-- Summary for passwords settings that shows how many passwords are saved for each autofill <!-- Summary for passwords settings that shows how many passwords are saved for each autofill
service. [CHAR LIMIT=NONE] --> service. [CHAR LIMIT=NONE] -->
<string name="autofill_passwords_count">{count, plural, <string name="autofill_passwords_count">{count, plural,

View File

@@ -24,12 +24,12 @@
<PreferenceCategory <PreferenceCategory
android:key="default_service_category" android:key="default_service_category"
android:order="10" android:order="10"
android:title="@string/default_autofill_app"> android:title="@string/credman_chosen_app_title">
<com.android.settings.widget.GearPreference <com.android.settings.widget.GearPreference
android:fragment="com.android.settings.applications.defaultapps.DefaultAutofillPicker" android:fragment="com.android.settings.applications.defaultapps.DefaultAutofillPicker"
android:key="default_autofill_main" android:key="default_autofill_main"
android:title="@string/default_autofill_app" android:title="@string/credman_chosen_app_title"
settings:keywords="@string/autofill_keywords"> settings:keywords="@string/autofill_keywords">
<extra <extra
android:name="for_work" android:name="for_work"

View File

@@ -25,12 +25,12 @@
<PreferenceCategory <PreferenceCategory
android:key="default_service_category" android:key="default_service_category"
android:order="10" android:order="10"
android:title="@string/default_autofill_app"> android:title="@string/credman_chosen_app_title">
<com.android.settings.widget.GearPreference <com.android.settings.widget.GearPreference
android:fragment="com.android.settings.applications.defaultapps.DefaultAutofillPicker" android:fragment="com.android.settings.applications.defaultapps.DefaultAutofillPicker"
android:key="default_autofill_main" android:key="default_autofill_main"
android:title="@string/default_autofill_app" android:title="@string/credman_chosen_app_title"
settings:keywords="@string/autofill_keywords"> settings:keywords="@string/autofill_keywords">
<extra <extra
android:name="for_work" android:name="for_work"

View File

@@ -25,12 +25,12 @@
<PreferenceCategory <PreferenceCategory
android:key="default_service_category" android:key="default_service_category"
android:order="10" android:order="10"
android:title="@string/default_autofill_app"> android:title="@string/credman_chosen_app_title">
<com.android.settings.widget.GearPreference <com.android.settings.widget.GearPreference
android:fragment="com.android.settings.applications.defaultapps.DefaultAutofillPicker" android:fragment="com.android.settings.applications.defaultapps.DefaultAutofillPicker"
android:key="default_autofill_work" android:key="default_autofill_work"
android:title="@string/default_autofill_app" android:title="@string/credman_chosen_app_title"
settings:searchable="false"> settings:searchable="false">
<extra <extra
android:name="for_work" android:name="for_work"