0

I have an application in which need to do some operation when internet is available even if app is in background or not available in the recent list. I do not want to use broadcast receivers.

How can I achieve this.?

Nikitha
  • 49
  • 5
  • `I do not want to use broadcast receivers.` why not ? it becomes a lot harder to achieve a goal when you just exclude certain technologies – a_local_nobody Jan 28 '22 at 07:29
  • Well internet connection state broadcast is not usable for background apps anways. Have you looked at `WorkManager` ? – Sharp Edge Jan 28 '22 at 09:05

0 Answers0