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

Commit 51f74826 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: 2758c6a0

Change-Id: I3e0cfcc6486ec494f402ed765cf42bf38c8767ee
parents aa00089a 2758c6a0
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;