Watch
1
0
Fork
You've already forked android_device_oneplus_dre
0

dre: add SystemUI restart button

This implements c74ef26fe8

Thanks again, Nora!
This commit is contained in:
Chara 2026-04-25 11:34:28 -04:00
commit 38bf2e0a6d

View file

@ -16,6 +16,7 @@
<!-- Defines the actions shown in advanced reboot submenu --> <!-- Defines the actions shown in advanced reboot submenu -->
<string-array name="config_restartActionsList"> <string-array name="config_restartActionsList">
<item>restart</item> <item>restart</item>
<item>restart_systemui</item>
<item>restart_recovery</item> <item>restart_recovery</item>
<item>restart_bootloader</item> <item>restart_bootloader</item>
<item>restart_fastboot</item> <item>restart_fastboot</item>