Add soft-reboot option
Change-Id: I29be57ed9c48f38561749aba6d0a26107d57fcb5
This commit is contained in:
parent
158ddcd08a
commit
1f93748173
@ -22,6 +22,7 @@
|
|||||||
<!-- Defines the shutdown options shown in the reboot dialog. -->
|
<!-- Defines the shutdown options shown in the reboot dialog. -->
|
||||||
<array name="shutdown_reboot_options" translatable="false">
|
<array name="shutdown_reboot_options" translatable="false">
|
||||||
<item>@string/reboot_reboot</item>
|
<item>@string/reboot_reboot</item>
|
||||||
|
<item>@string/reboot_soft</item>
|
||||||
<item>@string/reboot_recovery</item>
|
<item>@string/reboot_recovery</item>
|
||||||
<item>@string/reboot_download</item>
|
<item>@string/reboot_download</item>
|
||||||
</array>
|
</array>
|
||||||
@ -30,6 +31,7 @@
|
|||||||
The first item should be empty for regular reboot. -->
|
The first item should be empty for regular reboot. -->
|
||||||
<string-array name="shutdown_reboot_actions" translatable="false">
|
<string-array name="shutdown_reboot_actions" translatable="false">
|
||||||
<item></item>
|
<item></item>
|
||||||
|
<item>soft_reboot</item>
|
||||||
<item>recovery</item>
|
<item>recovery</item>
|
||||||
<item>bootloader</item>
|
<item>bootloader</item>
|
||||||
</string-array>
|
</string-array>
|
||||||
|
Loading…
Reference in New Issue
Block a user