Skip to content

Commit

Permalink
Disable reboot to bootloader
Browse files Browse the repository at this point in the history
Change-Id: Ia720d17e1de71e0156ac08dac7cf8e2b5174c20e
  • Loading branch information
BigMajster committed Jan 11, 2015
1 parent 59b894e commit 4151c64
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions overlay/frameworks/base/core/res/res/values/arrays.xml
Original file line number Diff line number Diff line change
Expand Up @@ -19,19 +19,19 @@
-->
<resources xmlns:xliff="urn:oasis:names:tc:xliff:document:1.2">

<!-- 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">
<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.
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>

0 comments on commit 4151c64

Please sign in to comment.