react-native-mail
react-native-mail copied to clipboard
Added FileProvider support for Android
Starting with Android SDK 24 it is no longer allowed to expose the file: path. Instead it's recommended to use the content: URI. More info here:
https://developer.android.com/reference/android/os/FileUriExposedException.html
So after accept your PR, it is also requied to pass the path with "content:uri" format instead of file:path, right? How to save and get the image in path with content:uri? Thanks!
@sreesharp thanks for this! worked great