joshuapinter / react-native-unified-contacts

Your best friend when working with the latest and greatest Contacts Framework in iOS 9+ in React Native.
MIT License
158 stars 56 forks source link

[Android] Open preferences method on Android #54

Closed paintedbicycle closed 6 years ago

paintedbicycle commented 6 years ago

On iOS there is a method to open preferences where the user can change the permission settings. This is because if a user says no the first time, they can't do it in the app every again.

We should add this to Android to have parity.

joshuapinter commented 6 years ago

Fixed in 49b4967a41b851263b1838ecfa0a53babea62eb6!

Android doesn't allow you to open the Permission settings but it allows you to open the app's settings page and the Permissions is right there.

openprivacysettings