1
0
Fork 0
android_device_rockchip_tart/overlay/AndroidTvOpiOverlay
Brendan Szymanski 04e94e9938 Move AndroidTvOpiOverlay to product to disable UI width cap
The config_maxUiWidth=0 override never took effect from /vendor/overlay:
static RRO precedence is decided by partition order before priority, so
the product-partition TvFrameworkOverlay (1920) always won and silently
re-capped the UI to 1920x1080 on 4K displays. Moving our overlay to the
product partition lets its priority 10 beat TvFrameworkOverlay's 0, so
the cap is disabled and the UI renders at the display's native
resolution. Users can select a lower mode in Settings if needed.
2026-07-16 13:29:27 -04:00
..
res Move AndroidTvOpiOverlay to product to disable UI width cap 2026-07-16 13:29:27 -04:00
Android.bp Move AndroidTvOpiOverlay to product to disable UI width cap 2026-07-16 13:29:27 -04:00
AndroidManifest.xml Disable UI width cap so display renders at native resolution 2026-07-13 19:58:32 -04:00