summaryrefslogtreecommitdiffstats
path: root/res/xml/privacy_settings.xml
diff options
context:
space:
mode:
authorChristopher Tate <ctate@google.com>2010-02-03 12:54:31 -0800
committerChristopher Tate <ctate@google.com>2010-02-03 15:09:20 -0800
commita5a67306a4c7a066d97802333a473be94661e091 (patch)
tree8a884cc0f0bbe01c5056b09641f92caa9f93a2a0 /res/xml/privacy_settings.xml
parenta833d10e3e36414f39a12c3891a90e67cdf8f339 (diff)
downloadpackages_apps_Settings-a5a67306a4c7a066d97802333a473be94661e091.zip
packages_apps_Settings-a5a67306a4c7a066d97802333a473be94661e091.tar.gz
packages_apps_Settings-a5a67306a4c7a066d97802333a473be94661e091.tar.bz2
Add 'restore on app install?" to Privacy settings UI
Change-Id: I6fe4b05596881ae26ebf536d9774fb3033aa15f3
Diffstat (limited to 'res/xml/privacy_settings.xml')
-rw-r--r--res/xml/privacy_settings.xml9
1 files changed, 7 insertions, 2 deletions
diff --git a/res/xml/privacy_settings.xml b/res/xml/privacy_settings.xml
index 92955a5..9a440cc 100644
--- a/res/xml/privacy_settings.xml
+++ b/res/xml/privacy_settings.xml
@@ -26,13 +26,18 @@
android:summary="@string/use_location_summary"/>
</PreferenceCategory>
- <PreferenceCategory android:key="settings_category"
- android:title="@string/settings_section_title">
+ <PreferenceCategory android:key="backup_category"
+ android:title="@string/backup_section_title">
<!-- Backup settings -->
<CheckBoxPreference
android:key="backup_settings"
android:title="@string/backup_settings_title"
android:persistent="false" />
+ <CheckBoxPreference
+ android:key="auto_restore"
+ android:title="@string/auto_restore_title"
+ android:summary="@string/auto_restore_summary"
+ android:persistent="false" />
</PreferenceCategory>
<PreferenceCategory