summaryrefslogtreecommitdiffstats
path: root/res/xml
diff options
context:
space:
mode:
authorJohn Reck <jreck@google.com>2011-01-18 14:16:15 -0800
committerJohn Reck <jreck@google.com>2011-01-18 14:16:15 -0800
commit812d2d690ffa918a6e9f43da0967e43657ef817c (patch)
tree477e447c21252d0308a56916aee2cf6b11832b0a /res/xml
parent963243527d67fd6c2ada3899c452de94d8d9f8e5 (diff)
downloadandroid_packages_apps_Gello-812d2d690ffa918a6e9f43da0967e43657ef817c.tar.gz
android_packages_apps_Gello-812d2d690ffa918a6e9f43da0967e43657ef817c.tar.bz2
android_packages_apps_Gello-812d2d690ffa918a6e9f43da0967e43657ef817c.zip
Switch autologin to ListPreference
Bug: 3365170 Switch the autologin preference to use a ListPreference instead of a checkbox preference that would open a dialog when enabled. Change-Id: I29230a4e7663593b126e89efb50ecef37d46e808
Diffstat (limited to 'res/xml')
-rw-r--r--res/xml/privacy_security_preferences.xml7
1 files changed, 3 insertions, 4 deletions
diff --git a/res/xml/privacy_security_preferences.xml b/res/xml/privacy_security_preferences.xml
index 54f3ff03..9bff4b82 100644
--- a/res/xml/privacy_security_preferences.xml
+++ b/res/xml/privacy_security_preferences.xml
@@ -39,10 +39,9 @@
android:title="@string/pref_security_show_security_warning"
android:summary="@string/pref_security_show_security_warning_summary" />
- <CheckBoxPreference
- android:key="enable_autologin"
- android:title="@string/pref_autologin_title"
- android:defaultValue="true" />
+ <ListPreference
+ android:key="autologin_account"
+ android:title="@string/pref_autologin_title" />
<PreferenceCategory android:title="@string/pref_privacy_cookies_title">
<CheckBoxPreference