Merge "Use updated NetworkEventDispatcher API" am: 824ac5918d

Original change: https://android-review.googlesource.com/c/platform/frameworks/base/+/1719591

Change-Id: Ib234ac6a515c7b727146ef5a3e4aa8d1490df1c4
This commit is contained in:
vichang
2021-06-03 09:17:18 +00:00
committed by Automerger Merge Worker

View File

@@ -1123,7 +1123,7 @@ public final class ActivityThread extends ClientTransactionHandler {
InetAddress.clearDnsCache();
// Allow libcore to perform the necessary actions as it sees fit upon a network
// configuration change.
NetworkEventDispatcher.getInstance().onNetworkConfigurationChanged();
NetworkEventDispatcher.getInstance().dispatchNetworkConfigurationChange();
}
public void updateHttpProxy() {