Check if auto sync is enabled on Android

I am trying to enable or disable automatic synchronization, I know that it is possible to enable automatic synchronization with all accounts using ContentResolver.setMasterSyncAutomatically(boolean), but I can’t find a way to check Master Sync. Is there a way to find out?

+4
source share

All Articles