react-native-android-open-settings
react-native-android-open-settings copied to clipboard
Add appPermissionSettings method
Would be great if you could add a method to open the App Permissions screen directly.
That way we can directly prompt the user to turn on calendar permission (that's my use case right now)
But overall, awesome library! I am using the appDetailsSettings and it does exactly what it's supposed to do. Thanks!
@levelasquez Is it possible to add?
+1 that would be great, but otherwise awesome library.
https://stackoverflow.com/questions/32898901/go-to-my-apps-app-permission-screen According to this, it is not possible
Would be great if you could add a method to open the App Permissions screen directly.
![]()
That way we can directly prompt the user to turn on calendar permission (that's my use case right now)
But overall, awesome library! I am using the
appDetailsSettingsand it does exactly what it's supposed to do. Thanks!
Did you find any solution?
Up !