udacity/Sunshine-Version-2

Android M Sync adapter issues

pareshchouhan opened this issue · 0 comments

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);