I am developing a React Native app which needs permission of location
and storage
. I've added needed permissions to AndroidManifest.xml
and by default permissions are granted after app installation.
But if use try to deny the permissions from app settings page (as you can see in the screenshot below), the PermissionsAndroid.request
can not find the permissions are denied and always returns authorized
.
Is there any way to find if user has denied the permissions after app installed?