diff options
author | Harsh Shandilya <msfjarvis@gmail.com> | 2020-10-22 23:38:47 +0530 |
---|---|---|
committer | GitHub <noreply@github.com> | 2020-10-22 23:38:47 +0530 |
commit | 4a9151870d8e5196248b2abc09df8fbb1593c265 (patch) | |
tree | 7d738c1facc2bb2da98cbe8d794738487d7f2595 /app/src/main/res/xml/preference.xml | |
parent | 260145ce164855c9ed0c8555a5acfbac18563306 (diff) |
Remove accessibility autofill support (#1162)
* autofill: remove Accessibility backend
Signed-off-by: Harsh Shandilya <me@msfjarvis.dev>
* CHANGELOG: update
Signed-off-by: Harsh Shandilya <me@msfjarvis.dev>
Diffstat (limited to 'app/src/main/res/xml/preference.xml')
-rw-r--r-- | app/src/main/res/xml/preference.xml | 17 |
1 files changed, 0 insertions, 17 deletions
diff --git a/app/src/main/res/xml/preference.xml b/app/src/main/res/xml/preference.xml index 6631133f..6b670618 100644 --- a/app/src/main/res/xml/preference.xml +++ b/app/src/main/res/xml/preference.xml @@ -25,23 +25,6 @@ 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" /> - <CheckBoxPreference - app:defaultValue="true" - app:key="autofill_default" - app:summary="@string/pref_autofill_default_hint" - app:title="@string/pref_autofill_default_title" /> - <CheckBoxPreference - app:defaultValue="false" - app:key="autofill_always" - app:title="@string/pref_autofill_always_title" /> - <CheckBoxPreference - app:defaultValue="false" - app:key="autofill_full_path" - app:summary="@string/pref_autofill_full_path_hint" - app:title="@string/pref_autofill_full_path_title" /> </PreferenceCategory> <PreferenceCategory app:title="@string/pref_repository_title"> |