Merge "Revert "Remove provisioning dialog from wifi-tethering"" into pi-dev am: 6fcafbe5bf
am: ed6037dffa
Change-Id: I163fb4c27334f64362033a94ebaad55387c8da61
This commit is contained in:
@@ -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