generated from capacitor-community/.github
-
Notifications
You must be signed in to change notification settings - Fork 72
Open
Description
Is your feature request related to a problem? Please describe.
As we can see in plugin initialization code
@CapacitorPlugin(
name = "Contacts",
permissions = { @Permission(strings = { Manifest.permission.READ_CONTACTS, Manifest.permission.WRITE_CONTACTS }, alias = "contacts") }
)
Plugin requires Manifest.permission.WRITE_CONTACTS. that's why Google Play always throw annoying warning before publising release

Describe the solution you'd like
Permissions should be configurable by client side.
Describe alternatives you've considered
It would be better if we could configure permissions in capasitor.confit.ts or when calling requestPermissions method
fmp777, AlEscarcha, ckoon-infopro, sergiomilici, khamaileon and 2 more
Metadata
Metadata
Assignees
Labels
No labels