diff options
Diffstat (limited to 'app/src/main/res/xml/preference.xml')
-rw-r--r-- | app/src/main/res/xml/preference.xml | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/app/src/main/res/xml/preference.xml b/app/src/main/res/xml/preference.xml index 08f23787..b1c5e4d0 100644 --- a/app/src/main/res/xml/preference.xml +++ b/app/src/main/res/xml/preference.xml @@ -6,6 +6,13 @@ app:defaultValue="true" app:key="autofill_enable" app:title="@string/pref_autofill_enable_title"/> + <androidx.preference.ListPreference + app:defaultValue="file" + app:entries="@array/oreo_autofill_directory_structure_entries" + app:entryValues="@array/oreo_autofill_directory_structure_values" + app:key="oreo_autofill_directory_structure" + app:title="@string/oreo_autofill_preference_directory_structure" + app:useSimpleSummaryProvider="true" /> <androidx.preference.Preference app:key="autofill_apps" app:title="@string/pref_autofill_apps_title"/> |