Stop creating threads for tethering. am: c0b6c60d14
Original change: undetermined Change-Id: I418d623de6d782b935064f4595035c90990c3e9f
This commit is contained in:
@@ -320,7 +320,7 @@ public class ConnectivityService extends IConnectivityManager.Stub {
|
||||
}
|
||||
}
|
||||
|
||||
mTethering = new Tethering(mContext);
|
||||
mTethering = new Tethering(mContext, mHandler.getLooper());
|
||||
mTetheringConfigValid = (((mNetTrackers[ConnectivityManager.TYPE_MOBILE_DUN] != null) ||
|
||||
!mTethering.isDunRequired()) &&
|
||||
(mTethering.getTetherableUsbRegexs().length != 0 ||
|
||||
|
||||
Reference in New Issue
Block a user