summaryrefslogtreecommitdiffstats
path: root/res/xml/general_preferences.xml
diff options
context:
space:
mode:
Diffstat (limited to 'res/xml/general_preferences.xml')
-rw-r--r--res/xml/general_preferences.xml11
1 files changed, 4 insertions, 7 deletions
diff --git a/res/xml/general_preferences.xml b/res/xml/general_preferences.xml
index d2b9c51..b12df57 100644
--- a/res/xml/general_preferences.xml
+++ b/res/xml/general_preferences.xml
@@ -22,13 +22,10 @@
android:entryValues="@array/pref_homepage_values"
android:title="@string/pref_content_homepage" />
- <PreferenceCategory android:title="@string/pref_general_autofill_title">
- <CheckBoxPreference android:key="autofill_enabled"
- android:title="@string/pref_autofill_enabled"
- android:summary="@string/pref_autofill_enabled_summary"
- android:defaultValue="true"
+ <CheckBoxPreference android:key="autofill_enabled"
+ android:title="@string/pref_autofill_enabled"
+ android:summary="@string/pref_autofill_enabled_summary"
+ android:defaultValue="true"
/>
- </PreferenceCategory>
-
</PreferenceScreen>