Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Allow updating and deleting read-only groups when ContactsContract.CALLER_IS_SYNCADAPTER is set to true #309

Closed
3 tasks done
vestrel00 opened this issue Sep 1, 2023 · 1 comment
Assignees
Labels
enhancement New feature or request

Comments

@vestrel00
Copy link
Owner

vestrel00 commented Sep 1, 2023

Problem

With the addition of #308, GroupsUpdate and GroupsDelete 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 and GroupsDelete APIs for read-only groups if CALLER_IS_SYNCADAPTER is true.

  • Update relevant in-code documentation.
  • Update relevant docs (update-groups.md, delete-groups.md)
  • Update gh-page branch
@vestrel00 vestrel00 added the enhancement New feature or request label Sep 1, 2023
@vestrel00 vestrel00 self-assigned this Sep 1, 2023
@vestrel00
Copy link
Owner Author

🔥 🔥 🔥 🔥 🔥 🔥 🔥 🔥
This is now release in 0.3.1!
🔥 🔥 🔥 🔥 🔥 🔥 🔥 🔥

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
Development

No branches or pull requests

1 participant