We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Turning Wifi Hotspot on/off isn't possible anymore on android >= 8.0 in the way it was possible before. Some information can be found here: https://stackoverflow.com/questions/6394599/android-turn-on-off-wifi-hotspot-programmatically.
Android introduced a new api, which again makes it possible to turn Wifi Hotspot on/off, but this hotspot will not allow access to the internet. See https://developer.android.com/guide/topics/connectivity/localonlyhotspot .
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Turning Wifi Hotspot on/off isn't possible anymore on android >= 8.0 in the way it was possible before. Some information can be found here: https://stackoverflow.com/questions/6394599/android-turn-on-off-wifi-hotspot-programmatically.
Android introduced a new api, which again makes it possible to turn Wifi Hotspot on/off, but this hotspot will not allow access to the internet. See https://developer.android.com/guide/topics/connectivity/localonlyhotspot .
The text was updated successfully, but these errors were encountered: