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

Commit ad70ff1e authored by Treehugger Robot's avatar Treehugger Robot Committed by Gerrit Code Review
Browse files

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

parents c8266148 128b9106
Loading
Loading
Loading
Loading
+0 −1
Original line number Diff line number Diff line
@@ -1789,7 +1789,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) {