Custom data integrations now require callerIsSyncAdapter: Boolean
parameter
#313
Closed
2 tasks done
Labels
breaking change
This may break integration of the library for some consumers
Problem
Due to #308, custom data integrations will cause compilation errors.
Solution
Add
callerIsSyncAdapter: Boolean
in all required places.ContactsContract.CALLER_IS_SYNCADAPTER
in all CRUD APIs #308The text was updated successfully, but these errors were encountered: