HI,
I would like to detect a change in Wifi conectivity in order to wake up an App
I know that Phone library offers this. But it would need a foreground service with this annoying permament notification.
My question is :
is there a way to intercept android.net.wifi.WIFI_STATE_CHANGED with a static intent ?
Thanks
I would like to detect a change in Wifi conectivity in order to wake up an App
I know that Phone library offers this. But it would need a foreground service with this annoying permament notification.
My question is :
is there a way to intercept android.net.wifi.WIFI_STATE_CHANGED with a static intent ?
Thanks