fixup! overlay: Add reboot to fastbootd

Change-Id: I0ccd910e50302d80d4850cecfbdc4a40b7ae7c7c
This commit is contained in:
Alexander Koskovich 2025-01-01 05:31:32 -05:00 committed by Michael Bestas
parent 70e3767955
commit 6a932f5c0e
2 changed files with 14 additions and 7 deletions

View file

@ -0,0 +1,14 @@
<?xml version="1.0" encoding="utf-8"?>
<!--
SPDX-FileCopyrightText: 2025 The LineageOS Project
SPDX-License-Identifier: Apache-2.0
-->
<resources>
<!-- Defines the actions shown in advanced reboot submenu -->
<string-array translatable="false" name="config_restartActionsList">
<item>restart</item>
<item>restart_recovery</item>
<item>restart_fastboot</item>
<item>restart_bootloader</item>
</string-array>
</resources>

View file

@ -22,11 +22,4 @@
<!-- 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>