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. -->
|
||||
<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>
|
||||
|
Loading…
Reference in New Issue
Block a user