Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 3427388b authored by Stanislav Zholnin's avatar Stanislav Zholnin Committed by Automerger Merge Worker
Browse files

Merge "Extend sampling to packages targeted below R." into rvc-dev am:...

Merge "Extend sampling to packages targeted below R." into rvc-dev am: 2758c6a0 am: 51f74826 am: 8cec6187

Change-Id: I2e17616dae3b4f019254e32c1d1abc32a58b6b68
parents 3f82ddf0 8cec6187
Loading
Loading
Loading
Loading
+0 −4
Original line number Diff line number Diff line
@@ -5853,10 +5853,6 @@ public class AppOpsService extends IAppOpsService.Stub {
        if (pkg == null) {
            return false;
        }
        if (pkg.applicationInfo.targetSdkVersion <= Build.VERSION_CODES.Q) {
            return false;
        }

        String[] requestedPermissions = pkg.requestedPermissions;
        if (requestedPermissions == null) {
            return false;