Loading services/core/java/com/android/server/am/ActivityManagerService.java +2 −1 Original line number Diff line number Diff line Loading @@ -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); Loading
services/core/java/com/android/server/am/ActivityManagerService.java +2 −1 Original line number Diff line number Diff line Loading @@ -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);