Loading services/core/java/com/android/server/appop/AppOpsService.java +1 −1 Original line number Diff line number Diff line Loading @@ -3744,7 +3744,7 @@ public class AppOpsService extends IAppOpsService.Stub { mHandler.sendMessage(PooledLambda.obtainMessage( AppOpsService::notifyOpChangedForAllPkgsInUid, this, code, uidState.uid, true, null)); } else { } else if (uidState.pkgOps != null) { final ArraySet<ModeCallback> callbacks = mOpModeWatchers.get(code); if (callbacks != null) { for (int cbi = callbacks.size() - 1; cbi >= 0; cbi--) { Loading Loading
services/core/java/com/android/server/appop/AppOpsService.java +1 −1 Original line number Diff line number Diff line Loading @@ -3744,7 +3744,7 @@ public class AppOpsService extends IAppOpsService.Stub { mHandler.sendMessage(PooledLambda.obtainMessage( AppOpsService::notifyOpChangedForAllPkgsInUid, this, code, uidState.uid, true, null)); } else { } else if (uidState.pkgOps != null) { final ArraySet<ModeCallback> callbacks = mOpModeWatchers.get(code); if (callbacks != null) { for (int cbi = callbacks.size() - 1; cbi >= 0; cbi--) { Loading