sm8250-common: Add reboot_fastboot action to power menu
This commit is contained in:
parent
e7779bb46f
commit
5dd17e7996
1 changed files with 8 additions and 0 deletions
|
@ -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>
|
||||
|
|
Loading…
Reference in a new issue