diff options
| author | fuzz <fuzzzzzzzzzzzzzzzzzz@gmail.com> | 2014-08-21 03:37:46 +0900 |
|---|---|---|
| committer | fuzz <fuzzzzzzzzzzzzzzzzzz@gmail.com> | 2014-08-21 03:37:46 +0900 |
| commit | 52a03993e18bf1eb087c67662285271f22b9db89 (patch) | |
| tree | 3b995b2ac7556da04a0ca4975ce2aa1b19c709b8 /overlay | |
| parent | b66edcb85f1382918f569c73cac06699af3af0bf (diff) | |
otter-common: Enable soft reboot option (1/2)
Change-Id: If0cce444da41c61a36199697b2321fcf31d08b23
Diffstat (limited to 'overlay')
| -rw-r--r-- | overlay/cm/frameworks/base/core/res/res/values-sw600dp-land/arrays.xml | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/overlay/cm/frameworks/base/core/res/res/values-sw600dp-land/arrays.xml b/overlay/cm/frameworks/base/core/res/res/values-sw600dp-land/arrays.xml index d358957..b3573ee 100644 --- a/overlay/cm/frameworks/base/core/res/res/values-sw600dp-land/arrays.xml +++ b/overlay/cm/frameworks/base/core/res/res/values-sw600dp-land/arrays.xml @@ -22,7 +22,16 @@ <!-- Defines the shutdown options shown in the reboot dialog. --> <array name="shutdown_reboot_options" translatable="false"> <item>@string/reboot_reboot</item> + <item>@string/reboot_soft</item> <item>@string/reboot_recovery</item> </array> + <!-- Do not translate. Defines the shutdown actions passed to the kernel. + The first item should be empty for regular reboot. --> + <string-array name="shutdown_reboot_actions" translatable="false"> + <item></item> + <item>soft_reboot</item> + <item>recovery</item> + </string-array> + </resources> |
