Fix runtime reset (missing case break). am: 4a1052ea35

Original change: undetermined

Change-Id: Ib40d1ffb61f2cdea2b59d28d0acd64798036cd9a
This commit is contained in:
Daniel Sandler
2021-05-31 03:44:47 +00:00
committed by Automerger Merge Worker

View File

@@ -1627,6 +1627,7 @@ public class ConnectivityService extends IConnectivityManager.Stub {
case NetworkStateTracker.EVENT_NOTIFICATION_CHANGED:
handleNotificationChange(msg.arg1 == 1, msg.arg2,
(Notification) msg.obj);
break;
case NetworkStateTracker.EVENT_CONFIGURATION_CHANGED:
// TODO - make this handle ip/proxy/gateway/dns changes