dev1303 / gtalksms

Automatically exported from code.google.com/p/gtalksms
0 stars 0 forks source link

Support enable/disable general Auto-sync #317

Open GoogleCodeExporter opened 8 years ago

GoogleCodeExporter commented 8 years ago
To add a command to enable/disable general Auto-Syncronization of accounts. 
Enabling can be programmed with:

ContentResolver.setMasterSyncAutomatically() and so on.

Original issue reported on code.google.com by jaime...@gmail.com on 25 Feb 2013 at 10:12

GoogleCodeExporter commented 8 years ago
API link: 
http://developer.android.com/reference/android/content/ContentResolver.html#setM
asterSyncAutomatically(boolean)

Original comment by fschm...@gmail.com on 25 Feb 2013 at 2:35