0

In my react native app iam downloading some file so before downloading iam giving permission access PermissionsAndroid.PERMISSIONS.WRITE_EXTERNAL_STORAGE ,

whenever iam downloading some file i will be getting alert message saying "Allow name to access photos,media and files on your device"

how we can edit this message

1 Answers1

0

You cannot customized the message, please check the reason in here:

Provide custom text for Android M permission dialog

Duy Nguyen
  • 283
  • 1
  • 5