OSDN Git Service

Import translations. DO NOT MERGE
[android-x86/packages-apps-Settings.git] / res / xml / privacy_settings.xml
1 <?xml version="1.0" encoding="utf-8"?>
2 <!-- Copyright (C) 2009-2011 The Android Open Source Project
3
4      Licensed under the Apache License, Version 2.0 (the "License");
5      you may not use this file except in compliance with the License.
6      You may obtain a copy of the License at
7
8           http://www.apache.org/licenses/LICENSE-2.0
9
10      Unless required by applicable law or agreed to in writing, software
11      distributed under the License is distributed on an "AS IS" BASIS,
12      WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
13      See the License for the specific language governing permissions and
14      limitations under the License.
15 -->
16
17 <PreferenceScreen xmlns:android="http://schemas.android.com/apk/res/android"
18     xmlns:settings="http://schemas.android.com/apk/res/com.android.settings"
19     android:title="@string/privacy_settings_title">
20
21     <!-- Backup settings -->
22     <Preference
23         android:key="backup_data"
24         android:title="@string/backup_data_title"
25         android:persistent="false"
26         android:fragment="com.android.settings.backup.ToggleBackupSettingFragment"/>
27
28     <Preference
29         android:key="configure_account"
30         android:title="@string/backup_configure_account_title"
31         android:persistent="false">
32         <!-- the Intent declared here is always overwritten by a real one -->
33         <intent android:action="dummy" />
34     </Preference>
35
36     <Preference
37         android:key="data_management"
38         android:persistent="false">
39     </Preference>
40
41     <SwitchPreference
42         android:key="auto_restore"
43         android:title="@string/auto_restore_title"
44         android:summary="@string/auto_restore_summary" />
45
46     <Preference
47         android:key="backup_inactive"
48         android:title="@string/backup_inactive_title"
49         android:persistent="false"
50         android:enabled="false"
51         android:selectable="false" />
52
53 </PreferenceScreen>