Navigation Menu

Skip to content

Commit

Permalink
Restore overlay for shutdown options
Browse files Browse the repository at this point in the history
Change-Id: Ieeb4041429a484381dc8a10d08319b3c93ad4861
  • Loading branch information
keyodi committed Jul 6, 2014
1 parent 4f12d99 commit 9e1c4ad
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions overlay/frameworks/base/core/res/res/values/arrays.xml
Expand Up @@ -33,18 +33,16 @@
<item>@null</item>
</array>
-->
<!-- 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_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>recovery</item>
</string-array>
-->
</resources>

0 comments on commit 9e1c4ad

Please sign in to comment.