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/xml | |
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/xml')
-rw-r--r-- | res/xml/usage_access_settings.xml | 14 |
1 files changed, 1 insertions, 13 deletions
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"/> |