summaryrefslogtreecommitdiffstats
path: root/res
diff options
context:
space:
mode:
Diffstat (limited to 'res')
-rw-r--r--res/values/strings.xml8
-rw-r--r--res/xml/privacy_settings.xml10
2 files changed, 9 insertions, 9 deletions
diff --git a/res/values/strings.xml b/res/values/strings.xml
index 047aa0c..a3a909f 100644
--- a/res/values/strings.xml
+++ b/res/values/strings.xml
@@ -2873,10 +2873,10 @@ found in the list of installed applications.</string>
<string name="backup_data_title">Back up my data</string>
<!-- Summary text of the "back up data" setting -->
<string name="backup_data_summary">Back up application data, Wi-Fi passwords, and other settings to Google servers</string>
- <!-- Configure backup options menu title [CHAR LIMIT=25]-->
- <string name="backup_configure_transport_title">Configure backup</string>
- <!-- Default summary text of the "Configure backup" setting [CHAR LIMIT=80]-->
- <string name="backup_configure_transport_default_summary">No backup destination is available.</string>
+ <!-- Configure backup account options menu title [CHAR LIMIT=25]-->
+ <string name="backup_configure_account_title">Backup account</string>
+ <!-- Default summary text of the "Configure backup account" setting [CHAR LIMIT=80]-->
+ <string name="backup_configure_account_default_summary">No account is currently storing backed up data</string>
<!-- Auto-restore menu title -->
<string name="auto_restore_title">Automatic restore</string>
<!-- Summary text of the "automatic restore" setting -->
diff --git a/res/xml/privacy_settings.xml b/res/xml/privacy_settings.xml
index c28dbc1..54d88f7 100644
--- a/res/xml/privacy_settings.xml
+++ b/res/xml/privacy_settings.xml
@@ -26,11 +26,11 @@
android:summary="@string/backup_data_summary"
android:persistent="false" />
<PreferenceScreen
- android:key="configure_transport"
- android:dependency="backup_data"
- android:layout="?android:attr/preferenceLayoutChild"
- android:title="@string/backup_configure_transport_title"
- android:summary="@string/backup_configure_transport_default_summary">
+ android:key="configure_account"
+ android:title="@string/backup_configure_account_title"
+ android:summary="@string/backup_configure_account_default_summary"
+ android:persistent="false">
+ <!-- the Intent declared here is always overwritten by a real one -->
<intent android:action="dummy" />
</PreferenceScreen>
<CheckBoxPreference