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
This commit is contained in:
Adam Lesinski
2014-08-11 20:54:12 -07:00
parent 23c76e38ef
commit e01dfd1a82
4 changed files with 83 additions and 15 deletions

View File

@@ -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>