Merge "framework:When turn off of SoftAp immediately call turning ON SoftAp"
This commit is contained in:
@@ -3983,6 +3983,7 @@ public class WifiStateMachine extends StateMachine {
|
||||
if (!isWifiTethered(stateChange.active)) {
|
||||
loge("Tethering reports wifi as untethered!, shut down soft Ap");
|
||||
setWifiApEnabled(null, false);
|
||||
setWifiApEnabled(null, true);
|
||||
}
|
||||
return HANDLED;
|
||||
case CMD_STOP_AP:
|
||||
|
||||
Reference in New Issue
Block a user