Files
app_Settings/res/xml/manage_accounts_settings.xml
Jeff Sharkey b10e52fcf1 Remove "background data" from accounts settings.
This has been replaced by setting in data usage panel.

Bug: 4979025
Change-Id: I4e3011233aa2522c05b1497abc54fd421f4a25fb
2011-08-16 17:31:24 -07:00

31 lines
1.2 KiB
XML

<?xml version="1.0" encoding="utf-8"?>
<!-- Copyright (C) 2008 The Android Open Source Project
Licensed under the Apache License, Version 2.0 (the "License");
you may not use this file except in compliance with the License.
You may obtain a copy of the License at
http://www.apache.org/licenses/LICENSE-2.0
Unless required by applicable law or agreed to in writing, software
distributed under the License is distributed on an "AS IS" BASIS,
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
See the License for the specific language governing permissions and
limitations under the License.
-->
<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>