summaryrefslogtreecommitdiffstats
path: root/res
diff options
context:
space:
mode:
Diffstat (limited to 'res')
-rw-r--r--res/values/strings.xml6
-rw-r--r--res/xml/usage_access_settings.xml14
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"/>