Merge "Fix data limit notification issue" am: 478bbc1f3f
Original change: https://android-review.googlesource.com/c/platform/frameworks/base/+/1532900 MUST ONLY BE SUBMITTED BY AUTOMERGER Change-Id: I8ac765a6e3789e6bf8bd523172a61bcfc0aa2d5d
This commit is contained in:
@@ -1253,7 +1253,7 @@ public class NetworkPolicyManagerService extends INetworkPolicyManager.Stub {
|
||||
// identified carrier, which may want to manage their own notifications. This method
|
||||
// should be called every time the carrier config changes anyways, and there's no
|
||||
// reason to alert if there isn't a carrier.
|
||||
return;
|
||||
continue;
|
||||
}
|
||||
|
||||
final boolean notifyWarning = getBooleanDefeatingNullable(config,
|
||||
|
||||
Reference in New Issue
Block a user