From a5a67306a4c7a066d97802333a473be94661e091 Mon Sep 17 00:00:00 2001 From: Christopher Tate Date: Wed, 3 Feb 2010 12:54:31 -0800 Subject: [PATCH] Add 'restore on app install?" to Privacy settings UI Change-Id: I6fe4b05596881ae26ebf536d9774fb3033aa15f3 --- res/values/strings.xml | 15 +++++-- res/xml/privacy_settings.xml | 9 ++++- src/com/android/settings/PrivacySettings.java | 39 +++++++++++++++---- 3 files changed, 50 insertions(+), 13 deletions(-) diff --git a/res/values/strings.xml b/res/values/strings.xml index edcbe90dedf..0d4033075c8 100644 --- a/res/values/strings.xml +++ b/res/values/strings.xml @@ -2251,16 +2251,23 @@ found in the list of installed applications. Privacy settings Location - - Settings + + Backup and Restore Personal data Back up my settings + + Automatic restore + + Restore applications\' data from backup when they are installed - Settings backup + Backup - Are you sure you want to stop backing up your settings and erase all copies on Google servers? + Are you sure you want to stop backing up your settings and application data and erase all copies on Google servers? + + + Settings diff --git a/res/xml/privacy_settings.xml b/res/xml/privacy_settings.xml index 92955a54011..9a440cc894b 100644 --- a/res/xml/privacy_settings.xml +++ b/res/xml/privacy_settings.xml @@ -26,13 +26,18 @@ android:summary="@string/use_location_summary"/> - + +