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

Commit 0237b4a5 authored by TreeHugger Robot's avatar TreeHugger Robot Committed by Android (Google) Code Review
Browse files

Merge "Allow non-system server code to AppOpsManager.checkOp and NoteOp" into rvc-dev

parents 9f11dd4b b093a01a
Loading
Loading
Loading
Loading
+0 −1
Original line number Diff line number Diff line
@@ -2830,7 +2830,6 @@ public class AppOpsService extends IAppOpsService.Stub {

    private int checkOperationImpl(int code, int uid, String packageName,
                boolean raw) {
        verifyIncomingUid(uid);
        verifyIncomingOp(code);
        String resolvedPackageName = resolvePackageName(uid, packageName);
        if (resolvedPackageName == null) {