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

Commit ba6a5d97 authored by Felipe Leme's avatar Felipe Leme Committed by android-build-merger
Browse files

Merge "Fixed wrong loop variable (AKA: I, Y U NO J?)" into nyc-dev am: 4d33455c am: 6e412c20

am: ca23da20

* commit 'ca23da20':
  Fixed wrong loop variable (AKA: I, Y U NO J?)

Change-Id: I4acb55a933cc0c7208aa6cca887f3884fc835d7d
parents 23634a7d ca23da20
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -465,7 +465,7 @@ public class NetworkPolicyManagerService extends INetworkPolicyManager.Stub {
                continue;
            }
            for (int j = 0; j < numberUsers; j++) {
                final UserInfo user = users.get(i);
                final UserInfo user = users.get(j);
                final int uid = UserHandle.getUid(user.id, app.uid);
                mDefaultRestrictBackgroundWhitelistUids.append(uid, true);
                if (LOGD) Slog.d(TAG, "revoked whistelist status for uid " + uid + ": "