diff options
Diffstat (limited to 'app/src/main/res')
-rw-r--r-- | app/src/main/res/values/strings.xml | 3 | ||||
-rw-r--r-- | app/src/main/res/xml/preference.xml | 4 |
2 files changed, 7 insertions, 0 deletions
diff --git a/app/src/main/res/values/strings.xml b/app/src/main/res/values/strings.xml index ffd10068..2e37b0eb 100644 --- a/app/src/main/res/values/strings.xml +++ b/app/src/main/res/values/strings.xml @@ -373,4 +373,7 @@ <string name="preference_default_username_title">Default username</string> <string name="git_operation_remember_password">Remember password</string> <string name="git_operation_hint_password">Password</string> + <string name="preference_custom_public_suffixes_title">Custom domains</string> + <string name="preference_custom_public_suffixes_summary">Autofill will distinguish subdomains of these domains</string> + <string name="preference_custom_public_suffixes_hint">company.com\npersonal.com</string> </resources> diff --git a/app/src/main/res/xml/preference.xml b/app/src/main/res/xml/preference.xml index 9e56ce8f..0d71d6cc 100644 --- a/app/src/main/res/xml/preference.xml +++ b/app/src/main/res/xml/preference.xml @@ -21,6 +21,10 @@ app:key="oreo_autofill_default_username" app:summary="@string/preference_default_username_summary" app:title="@string/preference_default_username_title" /> + <EditTextPreference + app:key="oreo_autofill_custom_public_suffixes" + app:summary="@string/preference_custom_public_suffixes_summary" + app:title="@string/preference_custom_public_suffixes_title" /> <Preference app:key="autofill_apps" app:title="@string/pref_autofill_apps_title" /> |