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

Commit b9e31e10 authored by TreeHugger Robot's avatar TreeHugger Robot Committed by Android (Google) Code Review
Browse files

Merge "Add a break statement in the for loop to optimize it."

parents ede9fb07 6caa5659
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -7826,6 +7826,7 @@ public class NotificationManagerService extends SystemService {
                R.array.config_allowedManagedServicesOnLowRamDevices)) {
            if (whitelisted.equals(pkg)) {
                canUseManagedServices = true;
                break;
            }
        }