Merge "Remove provisioning dialog from wifi-tethering" into pi-dev

This commit is contained in:
TreeHugger Robot
2018-04-10 22:16:35 +00:00
committed by Android (Google) Code Review

View File

@@ -102,7 +102,7 @@ public class WifiTetherSwitchBarController implements SwitchWidgetController.OnS
void startTether() { void startTether() {
mSwitchBar.setEnabled(false); mSwitchBar.setEnabled(false);
mConnectivityManager.startTethering(TETHERING_WIFI, true /* showProvisioningUi */, mConnectivityManager.startTethering(TETHERING_WIFI, false /* showProvisioningUi */,
mOnStartTetheringCallback, new Handler(Looper.getMainLooper())); mOnStartTetheringCallback, new Handler(Looper.getMainLooper()));
} }