Commit 8cc11fae authored by Zach Frank's avatar Zach Frank
Browse files

qcom-common: Enable the soft boot overlay

Change-Id: I7e790b4fc436c9aa8f660647973f0795e3ce84e0
parent dccf34af
......@@ -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>download</item>
</string-array>
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment