Change Configuration of mobile Hotspot

后端 未结 2 1060
终归单人心
终归单人心 2021-01-16 01:07

I\'m trying to run a hotspot with a new name and open accessibility.

    wifiConfig.allowedAuthAlgorithms.set(WifiConfiguration.AuthAlgorithm.OPEN);
    wifi         


        
2条回答
  •  执笔经年
    2021-01-16 01:45

    It seems like its a problem with HTC. Some of my friends tried similar code on HTC and other devices. Didnt work on HTC, worked on the others.

提交回复
热议问题