diff options
author | Adam Lesinski <adamlesinski@google.com> | 2014-08-27 19:00:30 -0700 |
---|---|---|
committer | Adam Lesinski <adamlesinski@google.com> | 2014-08-27 19:00:30 -0700 |
commit | 1813c6297fd55d5640aad3eb614f0acd44c166d8 (patch) | |
tree | 8b8c5eb168ec31a18fad2753529ea4dc5cb327c4 /res | |
parent | 18fbf724aac345418eba37c656b968f19acd15f7 (diff) | |
download | packages_apps_Settings-1813c6297fd55d5640aad3eb614f0acd44c166d8.zip packages_apps_Settings-1813c6297fd55d5640aad3eb614f0acd44c166d8.tar.gz packages_apps_Settings-1813c6297fd55d5640aad3eb614f0acd44c166d8.tar.bz2 |
Update UI for UsageStatsSettings
Bug: 16461070
Change-Id: I616421d5ff8124892a676b8f5302b2341773d6eb
Diffstat (limited to 'res')
-rw-r--r-- | res/values/strings.xml | 6 | ||||
-rw-r--r-- | res/xml/usage_access_settings.xml | 14 |
2 files changed, 2 insertions, 18 deletions
diff --git a/res/values/strings.xml b/res/values/strings.xml index 392a43a..0649fdb 100644 --- a/res/values/strings.xml +++ b/res/values/strings.xml @@ -4343,14 +4343,10 @@ <!-- Title of Usage Access preference item [CHAR LIMIT=30] --> <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> + <string name="allow_usage_access_message">If you allow access, this app can view general information about the apps on your device, such as how often you use them.</string> <!-- Sound settings screen, setting check box label --> <string name="emergency_tone_title">Emergency tone</string> diff --git a/res/xml/usage_access_settings.xml b/res/xml/usage_access_settings.xml index 944126e..cd87be5 100644 --- a/res/xml/usage_access_settings.xml +++ b/res/xml/usage_access_settings.xml @@ -16,16 +16,4 @@ <PreferenceScreen xmlns:android="http://schemas.android.com/apk/res/android" android:key="usage_access" - android:title="@string/usage_access_title"> - - <PreferenceCategory - android:key="apps" - android:title="@string/usage_access_app_list_header" - android:persistent="false" /> - - <Preference - android:summary="@string/usage_access_body" - android:persistent="false" - android:selectable="false" /> - -</PreferenceScreen> + android:title="@string/usage_access_title"/> |