diff options
Diffstat (limited to 'app/src/main/res/xml')
-rw-r--r-- | app/src/main/res/xml/preference.xml | 4 |
1 files changed, 4 insertions, 0 deletions
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" /> |