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

Commit 32e03f3e authored by TreeHugger Robot's avatar TreeHugger Robot Committed by Automerger Merge Worker
Browse files

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

Merge "Allow non-system server code to AppOpsManager.checkOp and NoteOp" into rvc-dev am: 0237b4a5 am: 2e0f0f8b am: e1e8f773 am: 5ad6508c am: f2beb396

Change-Id: I916b8970c65d46e3533ea281bd21931bc0216899
parents 08fda181 f2beb396
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) {