Skip to content

v1.0.31

Choose a tag to compare

@Yushetf33 Yushetf33 released this 27 Aug 22:06
· 3 commits to main since this release

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.