v1.0.31
Fixed: Nuvio "not installed" for real this time
v1.0.30 taught the app to check both of Nuvio's package names (com.nuvio.app and com.nuvio.tv), but that alone wasn't enough — since Android 11, an app can only see whether another package is installed if it's explicitly declared in the manifest's <queries> block. com.nuvio.tv was missing from it, so the check kept failing even though the code itself was correct. Confirmed fixed on a real device with both Nuvio variants installed side by side.