Maybe you should turn on ndroid.app.background_running in your
AndroidManifest.xml
On Thu, Mar 3, 2016 at 3:56 AM, Jason H wrote:
> So there seems to be some conflicting information out there about how to
> do this in Qt.
> It seems tha
Looks like you have to create and launch in Java that will take over
uploading your file in the background when Android feels like it.
Job Schedule API may be your best way out.
No more worrying about ApplicationSuspended, Job Api is independent of that.
Bad thing is that you have to write som