From fac0ea781f0c99a446ab6588006b2ac0330cb774 Mon Sep 17 00:00:00 2001 From: Christopher Tate Date: Fri, 12 Aug 2011 17:22:41 -0700 Subject: [PATCH] Move the desktop backup pw from "Backup and reset" to "Developer" settings Addresses bug 5136161 Change-Id: Ia26258e0c8b0378184e4bac32a5da47de5da686f --- res/values/strings.xml | 8 ++--- res/xml/development_prefs.xml | 11 +++++++ res/xml/privacy_settings.xml | 10 ------ .../android/settings/DevelopmentSettings.java | 21 ++++++++++++ src/com/android/settings/PrivacySettings.java | 32 +++---------------- 5 files changed, 41 insertions(+), 41 deletions(-) diff --git a/res/values/strings.xml b/res/values/strings.xml index 06869de3435..a91e6df8dbc 100644 --- a/res/values/strings.xml +++ b/res/values/strings.xml @@ -3065,12 +3065,12 @@ found in the list of installed applications. If I reinstall an application, restore backed up settings or other data - - Local backup password + + Desktop backup password - Local full backups are not currently protected. + Desktop full backups are not currently protected. - Select to change or remove the password for local full backups + Select to change or remove the password for desktop full backups Backup diff --git a/res/xml/development_prefs.xml b/res/xml/development_prefs.xml index 96f8c3ebe68..0f8dfbcdb79 100644 --- a/res/xml/development_prefs.xml +++ b/res/xml/development_prefs.xml @@ -39,6 +39,17 @@ android:entries="@array/hdcp_checking_titles" android:entryValues="@array/hdcp_checking_values" /> + + + + diff --git a/res/xml/privacy_settings.xml b/res/xml/privacy_settings.xml index 60efef6ceab..57ad514d3d1 100644 --- a/res/xml/privacy_settings.xml +++ b/res/xml/privacy_settings.xml @@ -38,16 +38,6 @@ android:title="@string/auto_restore_title" android:summary="@string/auto_restore_summary" android:persistent="false" /> - - -