overlay: Add reboot to fastbootd
Change-Id: I733b4d29129f85b92222e292af46602310b9f29f
This commit is contained in:
parent
4c607203b0
commit
339b95a91f
1 changed files with 7 additions and 0 deletions
|
@ -22,4 +22,11 @@
|
|||
<!-- Whether safe headphone volume is enabled or not (country specific). -->
|
||||
<bool name="config_safe_media_volume_enabled">true</bool>
|
||||
|
||||
<!-- Defines the actions shown in advanced reboot submenu -->
|
||||
<string-array name="config_restartActionsList">
|
||||
<item>restart</item>
|
||||
<item>restart_recovery</item>
|
||||
<item>restart_fastboot</item>
|
||||
<item>restart_bootloader</item>
|
||||
</string-array>
|
||||
</resources>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue