diff options
author | Amith Yamasani <yamasani@google.com> | 2012-09-26 17:57:15 -0700 |
---|---|---|
committer | Amith Yamasani <yamasani@google.com> | 2012-09-26 18:02:54 -0700 |
commit | eb71f2689785bd43560afb04f8b2281c3f67f695 (patch) | |
tree | 8135c7a71290ab7d66e49dd4c0ecc3542145ab5f /res/values | |
parent | 6f2ca5bc71d9afc531b60762b8676cacdb96fcaa (diff) | |
download | packages_apps_Settings-eb71f2689785bd43560afb04f8b2281c3f67f695.zip packages_apps_Settings-eb71f2689785bd43560afb04f8b2281c3f67f695.tar.gz packages_apps_Settings-eb71f2689785bd43560afb04f8b2281c3f67f695.tar.bz2 |
Show warning dialog in a multiuser system when adding a new account.
Bug: 7207092
Change-Id: I95ac107dbc867490dd2e492291501fd3630d267c
Diffstat (limited to 'res/values')
-rw-r--r-- | res/values/strings.xml | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/res/values/strings.xml b/res/values/strings.xml index fb1de52..fb7ff14 100644 --- a/res/values/strings.xml +++ b/res/values/strings.xml @@ -3744,7 +3744,10 @@ <string name="background_data_dialog_message">Disabling background data extends battery life and lowers data use. Some apps may still use the background data connection.</string> <!-- Title for a checkbox that enables data synchronization in the account and sync screen [CHAR LIMIT=35] --> <string name="sync_automatically">Auto-sync app data</string> - + <!-- Account creation warning in multi-user tablets [CHAR LIMIT=none] --> + <string name="add_account_shared_system_warning" product="tablet">Reminder: As with any shared computer, there is some risk that other users may find a way to access your data on this tablet.</string> + <!-- Account creation warning in multi-user phones[CHAR LIMIT=none] --> + <string name="add_account_shared_system_warning" product="default">Reminder: As with any shared computer, there is some risk that other users may find a way to access your data on this phone.</string> <!-- Sync status messages on Accounts & Synchronization settings --><skip /> <!-- Sync status shown when sync is enabled [CHAR LIMIT=25] --> <string name="sync_enabled">Sync is ON</string> |