Allow updating and deleting read-only groups when ContactsContract.CALLER_IS_SYNCADAPTER
is set to true
#309
Labels
enhancement
New feature or request
Problem
With the addition of #308,
GroupsUpdate
andGroupsDelete
APIs should allow users to update/delete read-only groups when used by sync adapters. Currently, those APIs are written to fail if the group is read-only.Solution
Do not fail
GroupsUpdate
andGroupsDelete
APIs for read-only groups ifCALLER_IS_SYNCADAPTER
is true.update-groups.md
,delete-groups.md
)gh-page
branchThe text was updated successfully, but these errors were encountered: