sm8250-common: Add reboot_fastboot action to power menu

This commit is contained in:
LuK1337 2019-11-24 21:39:38 +01:00
parent e7779bb46f
commit 5dd17e7996

View file

@ -116,4 +116,12 @@
<!-- Whether device has a notch -->
<bool name="config_haveNotch">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>