We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents dab8e05 + 37cef82 commit 6214ae3Copy full SHA for 6214ae3
1 file changed
app/src/main/java/org/schabi/newpipe/player/mediabrowser/PackageValidator.kt
@@ -85,7 +85,7 @@ internal class PackageValidator(context: Context) {
85
?: error("Caller wasn't found in the system?")
86
87
// Verify that things aren't ... broken. (This test should always pass.)
88
- check(callerPackageInfo.uid != callingUid) {
+ check(callerPackageInfo.uid == callingUid) {
89
"Caller's package UID doesn't match caller's actual UID?"
90
}
91
0 commit comments