summaryrefslogtreecommitdiffstats
path: root/res/xml
diff options
context:
space:
mode:
authorAdrianDC <radian.dc@gmail.com>2016-01-01 15:21:52 +0100
committerAdrian DC <radian.dc@gmail.com>2016-01-24 17:50:23 -0800
commit5aa95b739d857c6dd814fc6d8f23ece89db27a17 (patch)
treefb3c603ba672920cd119154d0ccd2da7c77a64c5 /res/xml
parent7554a81057aafab96eea1b057b3ada5bade9e9ff (diff)
downloadpackages_apps_Settings-5aa95b739d857c6dd814fc6d8f23ece89db27a17.zip
packages_apps_Settings-5aa95b739d857c6dd814fc6d8f23ece89db27a17.tar.gz
packages_apps_Settings-5aa95b739d857c6dd814fc6d8f23ece89db27a17.tar.bz2
Settings: Apps started on boot shortcut in memory settings
* Implement an intent extra to retrieve a tab target * Use a tab identifer from apps_ops_categories_cm to make sure the selection is correct or ignored Change-Id: I79d963ecbadc624dc45a398387a348691318b6be Signed-off-by: AdrianDC <radian.dc@gmail.com>
Diffstat (limited to 'res/xml')
-rw-r--r--res/xml/process_stats_summary.xml8
1 files changed, 7 insertions, 1 deletions
diff --git a/res/xml/process_stats_summary.xml b/res/xml/process_stats_summary.xml
index d267272..70091ca 100644
--- a/res/xml/process_stats_summary.xml
+++ b/res/xml/process_stats_summary.xml
@@ -1,5 +1,7 @@
<?xml version="1.0" encoding="utf-8"?>
-<!-- Copyright (C) 2015 The Android Open Source Project
+<!--
+ Copyright (C) 2015 The Android Open Source Project
+ Copyright (C) 2015-2016 The CyanogenMod Project
Licensed under the Apache License, Version 2.0 (the "License");
you may not use this file except in compliance with the License.
@@ -57,4 +59,8 @@
android:key="apps_list"
android:title="@string/memory_usage_apps" />
+ <Preference
+ android:key="apps_startup"
+ android:title="@string/memory_startup_apps_title" />
+
</PreferenceScreen>