diff options
author | AdrianDC <radian.dc@gmail.com> | 2016-01-01 15:21:52 +0100 |
---|---|---|
committer | Adrian DC <radian.dc@gmail.com> | 2016-01-24 17:50:23 -0800 |
commit | 5aa95b739d857c6dd814fc6d8f23ece89db27a17 (patch) | |
tree | fb3c603ba672920cd119154d0ccd2da7c77a64c5 /res/values | |
parent | 7554a81057aafab96eea1b057b3ada5bade9e9ff (diff) | |
download | packages_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/values')
-rw-r--r-- | res/values/cm_strings.xml | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/res/values/cm_strings.xml b/res/values/cm_strings.xml index ff7006f..f138d3e 100644 --- a/res/values/cm_strings.xml +++ b/res/values/cm_strings.xml @@ -1,6 +1,6 @@ <?xml version="1.0" encoding="utf-8"?> <!-- - Copyright (C) 2012-2015 The CyanogenMod Project + Copyright (C) 2012-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. @@ -885,6 +885,9 @@ <string name="autoperf_summary">Automatically choose an appropriate battery mode for various apps</string> <string name="perf_profile_title">Battery mode</string> + <!-- Memory --> + <string name="memory_startup_apps_title">Apps started on boot</string> + <!-- Sound & notification > Sound section: Title for the option defining the default notification ringtone. [CHAR LIMIT=30] --> <string name="notification_ringtone_title_cm">Notification tone</string> |