summaryrefslogtreecommitdiffstats
path: root/res/xml
diff options
context:
space:
mode:
authorGilles Debunne <debunne@google.com>2011-09-09 15:54:13 -0700
committerGilles Debunne <debunne@google.com>2011-09-14 11:10:57 -0700
commitb59e068d29ec5b4da51b8206f679b9542ae211c8 (patch)
treeaea513a4f836bf0576ae8b032e43f33cc4bbcfee /res/xml
parent0b316d1a2d83cb7d64461249ac854d3a7c1c72ce (diff)
downloadpackages_apps_Settings-b59e068d29ec5b4da51b8206f679b9542ae211c8.zip
packages_apps_Settings-b59e068d29ec5b4da51b8206f679b9542ae211c8.tar.gz
packages_apps_Settings-b59e068d29ec5b4da51b8206f679b9542ae211c8.tar.bz2
Bug 5092721: Accounts & sync settings, auto sync in overflow menu.
Was usually "Make auto-sync an on/off switch in the action bar" Changed to a check box in the overflow menu as per the comment in the bug. Change-Id: I5a722ec1c743232c019fe89144a0a9463431747a
Diffstat (limited to 'res/xml')
-rw-r--r--res/xml/manage_accounts_settings.xml11
1 files changed, 0 insertions, 11 deletions
diff --git a/res/xml/manage_accounts_settings.xml b/res/xml/manage_accounts_settings.xml
index ebb702a..0ec46b7 100644
--- a/res/xml/manage_accounts_settings.xml
+++ b/res/xml/manage_accounts_settings.xml
@@ -16,15 +16,4 @@
<PreferenceScreen xmlns:android="http://schemas.android.com/apk/res/android">
- <PreferenceCategory
- android:title="@string/header_general_sync_settings" />
-
- <CheckBoxPreference android:key="syncAutomaticallyCheckBox"
- android:persistent="false"
- android:title="@string/sync_automatically"
- android:summary="@string/sync_automatically_summary"/>
-
- <PreferenceCategory android:key="manageAccountsCategory"
- android:title="@string/header_manage_accounts" />
-
</PreferenceScreen>