Closed matejdro closed 1 year ago
It looks like CI checks are timeouting?
You need to update the command here: https://github.com/JeffLIrion/python-androidtv/blob/428e835ee14ff7f0f274513a2d386c9cc22ab6b5/tests/test_constants.py#L87
Thanks, fixed the tests
I've noticed that my Nvidia Shield will sometimes completely omit
mInputMethodTarget
in the dumpsys window output. For example:Note that
mInputMethodTarget
is missing. It appears to come back later, but in the meantime component does not detect current app and consequently does not properly detect playback mode.I have no idea why this happens, but it appears that
mInputMethodInputTarget
is still there when it happens, so I've modified the regex to fall back on this line.(This is upstream of my fix from the https://github.com/deviant-aut/HA-androidtv11/pull/6)