OSDN Git Service

am 28539897: am 8815f032: Merge "Always set right auth_type value in apn."
[android-x86/packages-apps-Settings.git] / res / xml / privacy_settings.xml
1 <?xml version="1.0" encoding="utf-8"?>
2 <!-- Copyright (C) 2009 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         android:title="@string/privacy_settings_title">
19
20     <PreferenceCategory android:key="backup_category"
21             android:title="@string/backup_section_title">
22         <!-- Backup settings -->
23         <CheckBoxPreference
24                 android:key="backup_data"
25                 android:title="@string/backup_data_title"
26                 android:summary="@string/backup_data_summary"
27                 android:persistent="false" />
28         <CheckBoxPreference
29                 android:key="auto_restore"
30                 android:title="@string/auto_restore_title"
31                 android:summary="@string/auto_restore_summary"
32                 android:persistent="false" />
33     </PreferenceCategory>
34
35     <PreferenceCategory
36             android:title="@string/personal_data_section_title">
37         <!-- Factory reset -->
38         <PreferenceScreen
39                 android:title="@string/master_clear_title"
40                 android:summary="@string/master_clear_summary">
41             <intent android:action="android.intent.action.MAIN"
42                     android:targetPackage="com.android.settings"
43                     android:targetClass="com.android.settings.MasterClear" />
44         </PreferenceScreen>
45     </PreferenceCategory>
46
47 </PreferenceScreen>