How can I have faster sync with API?

149 views Asked by At

I implemented AbstractThreadedSyncAdapter in Android for sync data with the server. But Android prevent less than 15 min period for the automatic sync in API > 24.

How can I implement shorter sync period (ex: 1min)?

Telegram has such a thing. It shows notification as soon as another user sends the message.

0

There are 0 answers