Skip to content
This repository has been archived by the owner on Jun 13, 2022. It is now read-only.
/ WyFy Public archive

Wi-Fi change state adapter.

License

Notifications You must be signed in to change notification settings

x13a/WyFy

Repository files navigation

WyFy

Wi-Fi change state adapter.

Get it on F-Droid

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

  • ACCESS_WIFI_STATE - check Wi-Fi state
  • 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

GNU GPLv3 Image

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.