https://github.com/angrycoding/oreo-wifi-tethering-switch
workaround for setWifiApEnabled which is not working in android 8
https://github.com/angrycoding/oreo-wifi-tethering-switch
Last synced: 10 months ago
JSON representation
workaround for setWifiApEnabled which is not working in android 8
- Host: GitHub
- URL: https://github.com/angrycoding/oreo-wifi-tethering-switch
- Owner: angrycoding
- Created: 2018-07-31T08:46:14.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2018-07-31T08:55:18.000Z (over 7 years ago)
- Last Synced: 2025-04-09T18:14:39.040Z (10 months ago)
- Language: Java
- Size: 188 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# workaround for setWifiApEnabled which is not working in android 8
WifiManager access point methods are not working anymore in android 8, looks like it's functionality has been moved into ConnectionMananager, and again fuck using reflection.