Merge "Remove provisioning dialog from wifi-tethering" into pi-dev
am: 4eeb88ab8a
Change-Id: I9d9716bec63e0d7361eebc8f984e655031849976
This commit is contained in:
@@ -102,7 +102,7 @@ public class WifiTetherSwitchBarController implements SwitchWidgetController.OnS
|
||||
|
||||
void startTether() {
|
||||
mSwitchBar.setEnabled(false);
|
||||
mConnectivityManager.startTethering(TETHERING_WIFI, true /* showProvisioningUi */,
|
||||
mConnectivityManager.startTethering(TETHERING_WIFI, false /* showProvisioningUi */,
|
||||
mOnStartTetheringCallback, new Handler(Looper.getMainLooper()));
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user