I am using `WorkManager` with constraint `Network....
# android
a
I am using
WorkManager
with constraint
Network.Connected
but it only check if device is connected to wifi or any mobile data, it won't check if there is internet connection is present or not. So is there any way to add internet connection constraint ?
stackoverflow 3
f
I don't think so, but you can fail your work so it gets tried again. Although it may get re-tried with a too-short interval.
a
Yes I am doing in that way