[x] Shizuku is downloaded from official channels (GitHub release or Google Play)
[x] Shizuku is not running in a virtual environment or broken ROM (GrapheneOS)
[x] (Root users) No Xposed installed / Xposed is not enabled for Shizuku - Not root
Information:
Shizuku version: 12.14.0
Mode: adb
Android version: 9
Device: Stock Android TV
The bug:
On Android TV with dpad/arrow/keyboard navigation and no touch screen, the "start" button is inaccessible as only the outer "bubble" section containing the button and text are highlighted when switching UI element focus. The navigation tree(?) completely skips the buttons, making it impossible to click "Start" without either attaching a USB mouse or using scrcpy over adb.
The structure either needs to be reordered to allow focusing on the buttons down a level, or just pass clicks down into every element in the section if the package manager sees FEATURE_TELEVISION || FEATURE_LEANBACK || !FEATURE_TOUCHSCREEN
Information:
The bug:
On Android TV with dpad/arrow/keyboard navigation and no touch screen, the "start" button is inaccessible as only the outer "bubble" section containing the button and text are highlighted when switching UI element focus. The navigation tree(?) completely skips the buttons, making it impossible to click "Start" without either attaching a USB mouse or using scrcpy over adb.
The structure either needs to be reordered to allow focusing on the buttons down a level, or just pass clicks down into every element in the section if the package manager sees
FEATURE_TELEVISION || FEATURE_LEANBACK || !FEATURE_TOUCHSCREEN