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

Commit 9a6302eb authored by Treehugger Robot's avatar Treehugger Robot Committed by Automerger Merge Worker
Browse files

Merge "Remove unused variable" into main am: 2abdbbef am: cfa73855

parents 554cd4a5 cfa73855
Loading
Loading
Loading
Loading
+0 −2
Original line number Diff line number Diff line
@@ -2589,7 +2589,6 @@ public class AppOpsService extends IAppOpsService.Stub {

                Map<String, Ops> packages = uidState.pkgOps;
                Iterator<Map.Entry<String, Ops>> it = packages.entrySet().iterator();
                boolean uidChanged = false;
                while (it.hasNext()) {
                    Map.Entry<String, Ops> ent = it.next();
                    String packageName = ent.getKey();
@@ -2622,7 +2621,6 @@ public class AppOpsService extends IAppOpsService.Stub {
                                    newMode,
                                    UserHandle.getUserId(curOp.uid));
                            changed = true;
                            uidChanged = true;
                            final int uid = curOp.uidState.uid;
                            callbacks = addCallbacks(callbacks, curOp.op, uid, packageName,
                                    previousMode, mOpModeWatchers.get(curOp.op));