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

Commit 1c5d09a7 authored by Santiago Seifert's avatar Santiago Seifert Committed by Automerger Merge Worker
Browse files

Merge "Revert "Call noteOperation() in ShellDelegate so that noteOp() really...

Merge "Revert "Call noteOperation() in ShellDelegate so that noteOp() really passes."" into rvc-dev am: 28354e54 am: 323816fc

Change-Id: Ic2df433be674961683ecace1367ea86b4e5a9079
parents 48f29173 323816fc
Loading
Loading
Loading
Loading
+2 −1
Original line number Diff line number Diff line
@@ -20045,7 +20045,8 @@ public class ActivityManagerService extends IActivityManager.Stub
            if (uid == mTargetUid && isTargetOp(code)) {
                final long identity = Binder.clearCallingIdentity();
                try {
                    return superImpl.apply(code, Process.SHELL_UID, "com.android.shell", featureId,
                    return mAppOpsService.noteProxyOperation(code, Process.SHELL_UID,
                            "com.android.shell", null, uid, packageName, featureId,
                            shouldCollectAsyncNotedOp, message);
                } finally {
                    Binder.restoreCallingIdentity(identity);