Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit ccd03c9e authored by Becca Hughes's avatar Becca Hughes Committed by Android (Google) Code Review
Browse files

Merge "Update string based on new mocks" into udc-dev

parents 0bb504c4 e132adfc
Loading
Loading
Loading
Loading
+4 −2
Original line number Diff line number Diff line
@@ -10248,8 +10248,10 @@
    <string name="default_autofill_app">Default autofill service</string>
    <!-- Preference category for showing auto-fill services with saved passwords. [CHAR LIMIT=60] -->
    <string name="autofill_passwords">Passwords</string>
    <!-- Preference category for showing credman services with saved credentials. [CHAR LIMIT=60] -->
    <string name="credman_credentials">Passwords, passkeys and data services</string>
    <!-- Preference category for showing autofill and credman services with saved credentials. [CHAR LIMIT=60] -->
    <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
         service. [CHAR LIMIT=NONE] -->
    <string name="autofill_passwords_count">{count, plural,
+2 −2
Original line number Diff line number Diff line
@@ -24,12 +24,12 @@
    <PreferenceCategory
        android:key="default_service_category"
        android:order="10"
        android:title="@string/default_autofill_app">
        android:title="@string/credman_chosen_app_title">

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

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

        <com.android.settings.widget.GearPreference
            android:fragment="com.android.settings.applications.defaultapps.DefaultAutofillPicker"
            android:key="default_autofill_work"
            android:title="@string/default_autofill_app"
            android:title="@string/credman_chosen_app_title"
            settings:searchable="false">
            <extra
                android:name="for_work"