We use the SyncAdapter to send data to the server.
It works perfectly almost always. But we identified one problem. When the phone physical memory is full, the SyncAdapter seems to stop working. It seems to delay the execution until some memory is free.
Is it a normal behavior? What can we do to address this issue?
We have a "real-time" application and it is a problem if the SyncAdapter becomes stopped for a long time.
Thanks for the help!