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

Commit c6213ba0 authored by Stuart Scott's avatar Stuart Scott Committed by Android (Google) Code Review
Browse files

Merge "Fixing build break"

parents 4cf116ff 9a9a1d92
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -2307,7 +2307,7 @@ public class NetworkPolicyManagerService extends INetworkPolicyManager.Stub {
        mContext.enforceCallingOrSelfPermission(CONNECTIVITY_INTERNAL, TAG);

        // Turn mobile data limit off
        NetworkPolicy[] policies = getNetworkPolicies();
        NetworkPolicy[] policies = getNetworkPolicies(mContext.getOpPackageName());
        NetworkTemplate template = NetworkTemplate.buildTemplateMobileAll(subscriber);
        for (NetworkPolicy policy : policies) {
            if (policy.template.equals(template)) {