Skip to content

Notify when device gets connected to internet in android pie and lower version.

Notifications You must be signed in to change notification settings

krunalpatel3/Internet-Connection-Broadcast

Repository files navigation

Notify when device gets connected to the Internet from Background.

Notify when device gets connected to internet in android pie and lower version.

For Higher version:-

We have to use JobScheduler because android.net.conn.CONNECTIVITY_CHANGE is deprecated.

For Lower version:-

We are using android.net.conn.CONNECTIVITY_CHANGE BroadcastReceiver.

About

Notify when device gets connected to internet in android pie and lower version.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages