WyFy
Wi-Fi change state adapter.
Tiny app to change Wi-Fi state via broadcast. Useful to bypass Google limitation on apps targeting API 29
and higher.
You have to sent a broadcast message to me.lucky.wyfy/.ControlReceiver
with one of the actions below.
Actions:
- me.lucky.wyfy.action.SET_ON
- me.lucky.wyfy.action.SET_OFF
- me.lucky.wyfy.action.TOGGLE
Permissions
- CHANGE_WIFI_STATE - change Wi-Fi state
Example
$ adb shell am broadcast \
-a me.lucky.wyfy.action.SET_ON \
-n me.lucky.wyfy/.ControlReceiver
License
This application is Free Software: You can use, study share and improve it at your will. Specifically you can redistribute and/or modify it under the terms of the GNU General Public License v3 as published by the Free Software Foundation.