Merge "Revert "Remove provisioning dialog from wifi-tethering"" into pi-dev
This commit is contained in:
committed by
Android (Google) Code Review
commit
6fcafbe5bf
@@ -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()));
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user