FileProvider - Open File from Download Directory FileProvider - Open File from Download Directory android android

FileProvider - Open File from Download Directory


Call addFlags(Intent.FLAG_GRANT_READ_URI_PERMISSION) on the Intent that you use with startActivity() and the FileProvider Uri. Without that, the activity has no rights to access your content.