Is it possible to detect the when the phone boots up and connects to the network?
I want to do a network call when the
phone boots up->connects to the network(only first time after boot not always)->do network call.
I got the boot up detection figured out
https://stackoverflow.com/a/17417904/2229100
need help with the rest.