morenoh149 / react-native-contacts

React Native Contacts
MIT License
1.65k stars 564 forks source link

[Question/Android] does `openContactForm` requries to add the `android.permission.WRITE_CONTACTS` permission? #576

Closed oferRounds closed 4 years ago

oferRounds commented 4 years ago

It seems to me that no, because we it just open the form for the user (while populating the fields), but the app does not actually perform the writing, but the user

morenoh149 commented 4 years ago

I think it does need it. If you find it doesn't then feel free to omit it.

oferRounds commented 4 years ago

Ok, thanks!