How to change WifiConfigration in Oreo device

旧城冷巷雨未停 提交于 2019-12-08 08:28:24

问题


I used https://github.com/aegis1980/WifiHotSpot code to start and stop Hotspot from my application. But it will only start and stop the hotspot that cannot change the Wifi configuration, I also want to change the SSID and password. I know how to do that thing under the Oreo device. Can anyone help me get the same result in Oreo.


回答1:


ONLY POSSIBLE IF YOUR APP IS RUNNING AS SYSTEM APP

In that case, I'm able to do this by using the below class:

https://github.com/anujjpandey/HotSpotOnOreo/blob/master/WifiAndDataConfigs.java

You can use the same



来源:https://stackoverflow.com/questions/54500228/how-to-change-wificonfigration-in-oreo-device

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!