Android Question Run a service when wifi is connected?

Devv

Active Member
Licensed User
Longtime User
is it possible to run a service when wifi is connected and destroy the service when wifi is disconnected ?
 

tunderin

Member
Licensed User
Longtime User
is it possible to run a service when wifi is connected and destroy the service when wifi is disconnected ?

You can try doing it with an intent filter, using a static receiver - there's a tutorial here.
 
Upvote 0
Top