summaryrefslogtreecommitdiffstats
path: root/res/values
diff options
context:
space:
mode:
authorAdam Lesinski <adamlesinski@google.com>2014-08-11 20:54:12 -0700
committerAdam Lesinski <adamlesinski@google.com>2014-08-15 21:14:28 -0700
commite01dfd1a82b7e313e885aaa8f4de61233157c8e6 (patch)
tree49ffb8c699aa1fb643213f9bcf35abadc49d6312 /res/values
parent23c76e38ef2a62a996dbb304c558c80b3fee5f28 (diff)
downloadpackages_apps_Settings-e01dfd1a82b7e313e885aaa8f4de61233157c8e6.zip
packages_apps_Settings-e01dfd1a82b7e313e885aaa8f4de61233157c8e6.tar.gz
packages_apps_Settings-e01dfd1a82b7e313e885aaa8f4de61233157c8e6.tar.bz2
Added Warning dialog when enabling usage access for app
The user is now thoroughly warned about enabling third party app access to device history. Change-Id: If8d49a47cae76e06f19cba117d3ec60075966541
Diffstat (limited to 'res/values')
-rw-r--r--res/values/strings.xml12
1 files changed, 9 insertions, 3 deletions
diff --git a/res/values/strings.xml b/res/values/strings.xml
index 8b57638..077f571 100644
--- a/res/values/strings.xml
+++ b/res/values/strings.xml
@@ -4333,9 +4333,15 @@
<string name="credentials_configure_lock_screen_hint">You need to set a lock screen PIN or password before you can use credential storage.</string>
<!-- Title of Usage Access preference item [CHAR LIMIT=30] -->
- <string name="usage_access_title">Usage access</string>
- <!-- Summary of Usage Access preference item [CHAR LIMIT=80] -->
- <string name="usage_access_summary">Apps that have access to your device\'s usage history.</string>
+ <string name="usage_access_title">Apps with usage access</string>
+ <!-- Header of list of apps in Usage Access screen [CHAR LIMIT=30] -->
+ <string name="usage_access_app_list_header">Apps requesting access</string>
+ <!-- Body of Usage Access preference screen [CHAR LIMIT=NONE] -->
+ <string name="usage_access_body">Only allow apps you trust to have access to usage data. Apps you allow will have access to your app usage history, such as the last time an app was used, or the total time you spent using an app.</string>
+ <!-- AlertDialog title for warning user when enabling usage access [CHAR LIMIT=30] -->
+ <string name="allow_usage_access_title">Allow access?</string>
+ <!-- AlertDialog message for warning user when enabling usage access [CHAR LIMIT=NONE] -->
+ <string name="allow_usage_access_message">If you allow access, this app can view general info about your apps, such as how often you use them."</string>
<!-- Sound settings screen, setting check box label -->
<string name="emergency_tone_title">Emergency tone</string>