0

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.

user2229100
  • 191
  • 2
  • 13

2 Answers2

0

I think this is just a duplicate of many others monitoring network. Take a look at Broadcast receiver for checking internet connection in android app fro example. It probably handles everything you need.

Sam
  • 5,342
  • 1
  • 23
  • 39
0

Check this solution and also this for Android 7.0 (API level 24)

Mobile Dev
  • 315
  • 2
  • 10