Spacewar: Add reboot_fastboot action to power menu

Change-Id: Idb28f9ea24e6997cd9002a55b590d43cfdbf8c05
This commit is contained in:
LuK1337
2019-11-24 21:39:38 +01:00
committed by x0x00044
parent 687fd6676c
commit 2ca969086e

View File

@@ -9,4 +9,12 @@
<!-- Whether device has screen with higher aspect ratio -->
<bool name="config_haveHigherAspectRatioScreen">true</bool>
<!-- Defines the actions shown in advanced reboot submenu -->
<string-array name="config_restartActionsList">
<item>restart</item>
<item>restart_recovery</item>
<item>restart_bootloader</item>
<item>restart_fastboot</item>
</string-array>
</resources>