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

Commit d913d78a authored by Jeff Sharkey's avatar Jeff Sharkey Committed by Android Git Automerger
Browse files

am ea68c4ce: am c97509c0: Merge "Update ifaces when global restriction changes." into mnc-dev

* commit 'ea68c4ce':
  Update ifaces when global restriction changes.
parents 289ecbbf ea68c4ce
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -1862,7 +1862,7 @@ public class NetworkPolicyManagerService extends INetworkPolicyManager.Stub {
        maybeRefreshTrustedTime();
        synchronized (mRulesLock) {
            mRestrictBackground = restrictBackground;
            updateRulesForGlobalChangeLocked(false);
            updateRulesForGlobalChangeLocked(true);
            updateNotificationsLocked();
            writePolicyLocked();
        }