sm6250-common: Add reboot_fastboot action to power menu

Change-Id: I7fd47a4ad5e6387e830f3d3318c32f9488e5deb8
This commit is contained in:
LuK1337 2019-11-24 21:39:38 +01:00 committed by Demon000
parent 461be9334e
commit a1ce496285

View File

@ -61,4 +61,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>