summaryrefslogtreecommitdiffstats
path: root/res/xml/installed_app_details.xml
diff options
context:
space:
mode:
authorJason Monk <jmonk@google.com>2015-05-27 12:58:21 -0400
committerJason Monk <jmonk@google.com>2015-05-28 10:20:56 -0400
commitab2046aa76bb00b9a49c62c314e4d40415eebecf (patch)
tree805ba5f2d7426d768938e8d03eda799465b54e10 /res/xml/installed_app_details.xml
parentecf4339bc74f8d4fb504e8f32b1d4828e9975e37 (diff)
downloadpackages_apps_Settings-ab2046aa76bb00b9a49c62c314e4d40415eebecf.zip
packages_apps_Settings-ab2046aa76bb00b9a49c62c314e4d40415eebecf.tar.gz
packages_apps_Settings-ab2046aa76bb00b9a49c62c314e4d40415eebecf.tar.bz2
More memory updates
- Some string changes - Make processes in memory details not clickable - Put processes in a 'detail' category - Hide processes when an app only has 1 - Add memory item to bottom of app info page Bug: 20694769 Change-Id: Ifbe2205aeef230e44752d075578524249b30bdf8
Diffstat (limited to 'res/xml/installed_app_details.xml')
-rw-r--r--res/xml/installed_app_details.xml6
1 files changed, 6 insertions, 0 deletions
diff --git a/res/xml/installed_app_details.xml b/res/xml/installed_app_details.xml
index deab13b..470e292 100644
--- a/res/xml/installed_app_details.xml
+++ b/res/xml/installed_app_details.xml
@@ -51,4 +51,10 @@
android:title="@string/power_usage_summary_title"
android:selectable="true" />
+ <Preference
+ android:key="memory"
+ android:title="@string/memory_settings_title"
+ android:enabled="false"
+ android:selectable="true" />
+
</PreferenceScreen>