diff options
Diffstat (limited to 'overlay')
-rw-r--r-- | overlay/frameworks/base/core/res/res/values/arrays.xml | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/overlay/frameworks/base/core/res/res/values/arrays.xml b/overlay/frameworks/base/core/res/res/values/arrays.xml index fa33631..850f0bf 100644 --- a/overlay/frameworks/base/core/res/res/values/arrays.xml +++ b/overlay/frameworks/base/core/res/res/values/arrays.xml @@ -22,6 +22,7 @@ <!-- 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> <item>@string/reboot_download</item> </array> @@ -30,6 +31,7 @@ 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> <item>bootloader</item> </string-array> |