Dart,Flutter
android wifi hotspot enable
하늘을 나는 미카
2022. 9. 14. 08:54
반응형
Old wifi manager apis are deprecated from android framework.
only it can be controlled startLocalOnyHotsopt, by guide document , this api can enable wifi hotspot but cannot use wireless network.
it means wifi hotspot is not controlled anymore by application.
startLocalOnlyHotspot
https://stackoverflow.com/questions/6394599/android-turn-on-off-wifi-hotspot-programmatically
Android turn On/Off WiFi HotSpot programmatically
Is there an API to turn On/Off the WiFi HotSpot on Android programmatically? What methods should I call to turn it On/Off? UPDATE:There's this option to have the HotSpot enabled, and just turn On...
stackoverflow.com