How can I find out with Android API that a user is trying to access the network in android?
I can check through ConnectivityManager if the device has [or not] access to networking
but I wonder is there a Broadcast to receive or some other way?
I want to be informed that a user tries to access a network transaction either when network is available (3G data or WiFi) or not in that exact moment.
Thanks
you have
or go through below link