diff options
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"> |