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

Commit 9a9a1d92 authored by Stuart Scott's avatar Stuart Scott
Browse files

Fixing build break

Change-Id: I7ab3673627d1fda2d96a17c7e1823417fcb5cfef
parent f1fb3976
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)) {