diff options
-rw-r--r-- | app/src/main/res/xml/preference.xml | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/app/src/main/res/xml/preference.xml b/app/src/main/res/xml/preference.xml index 1c977992..639fdfe1 100644 --- a/app/src/main/res/xml/preference.xml +++ b/app/src/main/res/xml/preference.xml @@ -77,10 +77,12 @@ android:key="autofill_enable" android:title="@string/pref_autofill_enable_title"/> <Preference + android:dependency="autofill_enable" android:key="autofill_apps" android:summary="@string/pref_autofill_apps_hint" android:title="@string/pref_autofill_apps_title"/> <CheckBoxPreference + android:dependency="autofill_enable" android:defaultValue="true" android:key="autofill_default" android:summary="@string/pref_autofill_default_hint" |