diff options
author | DvTonder <david.vantonder@gmail.com> | 2013-02-18 09:25:26 -0500 |
---|---|---|
committer | d34d <clark@cyngn.com> | 2015-11-06 11:05:41 -0800 |
commit | 74a27aed48d84e93188683676f123f5c501caab0 (patch) | |
tree | 1d57af6b52e21fc91d2305c79c83d47107f5c900 /res/values/cm_strings.xml | |
parent | b1530d4782885d200c0386a10fb625c1c8484580 (diff) | |
download | packages_apps_Settings-74a27aed48d84e93188683676f123f5c501caab0.zip packages_apps_Settings-74a27aed48d84e93188683676f123f5c501caab0.tar.gz packages_apps_Settings-74a27aed48d84e93188683676f123f5c501caab0.tar.bz2 |
Settings: Add Advanced reboot (1 of 2)
This commit adds a setting in Development settings for including options
in the power menu for rebooting into recovery or bootloader, defauled to
off.
When enabled, the Advanced reboot options will only be available once the
device is unlocked.
Change-Id: Ib77f0be178d15131b99adbe0abb6ba18b2b7c0b6
From: jackmu95 <jacob.mueller.elz@gmail.com>
Settings: Move 'Advanced reboot' to other position
This commit moves the 'Advanced reboot' checkbox one item down
because it looks a bit strange as first element in the list IMHO.
Before: http://goo.gl/jhw8h
After: http://goo.gl/X3H68
Change-Id: I26d4a5caba3e720b952ec405e200c1528f7a7321
From: ThiagoVinicius <thiagovfar@gmail.com>
Development Settings: fix setting reset on disable
When Development Settings are disabled, some settings are
reset to values other than the default. This fixes it.
- No need to have resetAdvancedReboot(), as it is already
reset by the "unckeck all checkboxes" logic.
Change-Id: If5d88d220d2a17d6e172b2f54facd4afa3bae904
Diffstat (limited to 'res/values/cm_strings.xml')
-rw-r--r-- | res/values/cm_strings.xml | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/res/values/cm_strings.xml b/res/values/cm_strings.xml index e912a8e..4f3f820 100644 --- a/res/values/cm_strings.xml +++ b/res/values/cm_strings.xml @@ -671,4 +671,7 @@ <!-- Sound & notification > Sound section: Title for the option defining the default notification ringtone. [CHAR LIMIT=30] --> <string name="notification_ringtone_title_cm">Notification ringtone</string> + <!-- Advanced reboot options --> + <string name="advanced_reboot_title">Advanced reboot</string> + <string name="advanced_reboot_summary">When unlocked, include options in the power menu for rebooting into recovery, bootloader or performing a soft reboot</string> </resources> |