Set Ethernet default mode as CLIENT am: f85c0b301c

Change-Id: Ib3e9b501c8a9bbc8862fc97f1bcddd2a92bbe46d
This commit is contained in:
Automerger Merge Worker
2020-02-01 16:00:23 +00:00

View File

@@ -90,7 +90,7 @@ final class EthernetTracker {
// Used only on the handler thread
private String mDefaultInterface;
private int mDefaultInterfaceMode;
private int mDefaultInterfaceMode = INTERFACE_MODE_CLIENT;
// Tracks whether clients were notified that the tethered interface is available
private boolean mTetheredInterfaceWasAvailable = false;
private volatile IpConfiguration mIpConfigForDefaultInterface;