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

This commit is contained in:
TreeHugger Robot
2018-05-10 18:57:39 +00:00
committed by Android (Google) Code Review

View File

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