summaryrefslogtreecommitdiffstats
path: root/res/xml/privacy_settings.xml
diff options
context:
space:
mode:
authorChristopher Tate <ctate@google.com>2011-07-25 12:09:10 -0700
committerChristopher Tate <ctate@google.com>2011-07-28 14:22:29 -0700
commit4f33878f208e729cf96b708c57686555d2493129 (patch)
tree4df60c80e1495de71624297c3b761aaca5954d2a /res/xml/privacy_settings.xml
parent95ce1898c53253283a6cb6841e2d348285abaa84 (diff)
downloadpackages_apps_Settings-4f33878f208e729cf96b708c57686555d2493129.zip
packages_apps_Settings-4f33878f208e729cf96b708c57686555d2493129.tar.gz
packages_apps_Settings-4f33878f208e729cf96b708c57686555d2493129.tar.bz2
Add backup password setting UI
Bug 4901637 Change-Id: I515f1475d3675285a830b4b5ddd1f011f1b56e3a
Diffstat (limited to 'res/xml/privacy_settings.xml')
-rw-r--r--res/xml/privacy_settings.xml12
1 files changed, 11 insertions, 1 deletions
diff --git a/res/xml/privacy_settings.xml b/res/xml/privacy_settings.xml
index 54d88f7..60efef6 100644
--- a/res/xml/privacy_settings.xml
+++ b/res/xml/privacy_settings.xml
@@ -1,5 +1,5 @@
<?xml version="1.0" encoding="utf-8"?>
-<!-- Copyright (C) 2009 The Android Open Source Project
+<!-- Copyright (C) 2009-2011 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.
@@ -38,6 +38,16 @@
android:title="@string/auto_restore_title"
android:summary="@string/auto_restore_summary"
android:persistent="false" />
+ <PreferenceScreen
+ android:key="local_backup_password"
+ android:title="@string/local_backup_password_title"
+ android:summary="@string/local_backup_password_summary_none"
+ android:persistent="false" >
+ <intent
+ android:action="android.settings.privacy.SET_FULL_BACKUP_PASSWORD"
+ android:targetPackage="com.android.settings"
+ android:targetClass="com.android.settings.SetFullBackupPassword" />
+ </PreferenceScreen>
</PreferenceCategory>
<PreferenceCategory