3
0
Fork 0

Add soft-reboot option

Change-Id: I29be57ed9c48f38561749aba6d0a26107d57fcb5
This commit is contained in:
task650 2014-08-23 08:19:16 -07:00
parent 158ddcd08a
commit 1f93748173
1 changed files with 2 additions and 0 deletions

View File

@ -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>