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

Commit 2abdbbef authored by Treehugger Robot's avatar Treehugger Robot Committed by Gerrit Code Review
Browse files

Merge "Remove unused variable" into main

parents 65467677 46ad42f5
Loading
Loading
Loading
Loading
+0 −2
Original line number Diff line number Diff line
@@ -2566,7 +2566,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();
@@ -2599,7 +2598,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));