sm6250-common: Add reboot_fastboot action to power menu
Change-Id: I7fd47a4ad5e6387e830f3d3318c32f9488e5deb8
This commit is contained in:
parent
461be9334e
commit
a1ce496285
@ -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>
|
||||
|
Loading…
Reference in New Issue
Block a user