I am writing a simple app for android, basically it launches a website via webview. When I run this app, it continues consuming data even while in the background. It is small (a couple of bytes every 10 minutes) is there a way to prevent this data consumption? in other words to tell webview to take a nap an stop consuming data, and wake up (refresh the page) when the app is on the foreground.
Share
There were other processes running within the app (javascript)