Devv Active Member Licensed User Longtime User Aug 4, 2014 #1 is it possible to run a service when wifi is connected and destroy the service when wifi is disconnected ?
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 Aug 4, 2014 #2 Devv said: is it possible to run a service when wifi is connected and destroy the service when wifi is disconnected ? Click to expand... You can try doing it with an intent filter, using a static receiver - there's a tutorial here. Upvote 0
Devv said: is it possible to run a service when wifi is connected and destroy the service when wifi is disconnected ? Click to expand... You can try doing it with an intent filter, using a static receiver - there's a tutorial here.
F fabio borges Member Licensed User Longtime User Aug 7, 2014 #3 You can use phone events to verify when wifi is disconnected and start service from the event. Upvote 0