Merge "Remove the unused Looper param from Tethering constructor."

This commit is contained in:
Jeremy Klein
2016-01-27 20:54:01 +00:00
committed by Android (Google) Code Review

View File

@@ -745,7 +745,7 @@ public class ConnectivityService extends IConnectivityManager.Stub
mTestMode = SystemProperties.get("cm.test.mode").equals("true")
&& SystemProperties.get("ro.build.type").equals("eng");
mTethering = new Tethering(mContext, mNetd, statsService, mHandler.getLooper());
mTethering = new Tethering(mContext, mNetd, statsService);
mPermissionMonitor = new PermissionMonitor(mContext, mNetd);