overlay: disable Taskbar via config_taskbarEnabled=false in SystemUI overlay

Same fix as pawlet_rpi4: density override makes sw dp exceed 600, routing
SystemUI nav through TaskbarDelegate which is not active, leaving no nav
buttons. config_taskbarEnabled=false forces traditional nav bar creation.
This commit is contained in:
oxmc
2026-06-13 02:06:26 -07:00
parent 6d39efc04f
commit 8330105118
@@ -23,4 +23,9 @@
internet,bt,dnd,location,airplane,hotspot,dark,dream,screenrecord
</string>
<!-- Disable Taskbar so the traditional 3-button nav bar is created instead.
On RPi, density override yields large sw dp, triggering the large-screen
Taskbar path in NavigationBarControllerImpl even though we want 3-button nav. -->
<bool name="config_taskbarEnabled">false</bool>
</resources>