diff options
author | Matthew Wong <wongma@protonmail.ch> | 2015-08-11 18:32:16 -0400 |
---|---|---|
committer | Matthew Wong <wongma@protonmail.ch> | 2015-08-14 17:36:51 -0400 |
commit | b75190fcd7926c3994f8191996661c19b7b12466 (patch) | |
tree | 55cb027f2902113d77c4826cac7f53d618000a0d /app/src/main/res | |
parent | d42c526b648030ee251d9136b8d924395b74bb9c (diff) |
Add 'automatically match by default' setting; respect it & per-app settings when creating autofill dialog
Diffstat (limited to 'app/src/main/res')
-rw-r--r-- | app/src/main/res/xml/preference.xml | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/app/src/main/res/xml/preference.xml b/app/src/main/res/xml/preference.xml index 9a42bb3e..44e38916 100644 --- a/app/src/main/res/xml/preference.xml +++ b/app/src/main/res/xml/preference.xml @@ -76,6 +76,11 @@ android:key="autofill_apps" android:summary="Customize autofill settings for specific apps." android:title="Per-app settings"/> + <CheckBoxPreference + android:defaultValue="true" + android:key="autofill_default" + android:summary="Default to 'Automatically match with password' for apps without custom settings." + android:title="Automatically match by default"/> </PreferenceCategory> <PreferenceCategory android:title="Misc"> |