sdm845-common: 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 Bruno Martins
parent 48e675ba21
commit e1011b31c3

View File

@ -16,4 +16,12 @@
<resources>
<!-- 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>