Search code examples
androidgmail

Is it possible to change gmail sync interval in Android or ios?


Is it possible to change gmail syn interval in Android or ios? Can I change it through OS or through any filesystem provided by the gmail application?

I can do that in ios in the system settings. But is there a programming way? Any API?

I have found in android, there is a android.content.PeriodicSync class. Is that useful?

Thanks,


Solution

  • There’s definitely no way to do this programmatically on iOS—third-party apps don’t even have access to the mail accounts, let alone their sync settings.