udacity / Sunshine-Version-2

The official repository for Developing Android Apps
Apache License 2.0
2.87k stars 4.4k forks source link

Android M Sync adapter issues #278

Open pareshchouhan opened 8 years ago

pareshchouhan commented 8 years ago

As of Android M (probably 21+) the SyncAdapter doesn't sync automatically need to set it to sync via code by setting syncable to true, do this in SyncAdapter in the function onAccountCreated

            ContentResolver.setIsSyncable(newAccount, context.getString(R.string
                    .content_authority), 1);