Top "Android-fileprovider" questions

FileProvider is an extension of Android's ContentProvder class, which supports easy sharing of private files between apps.

FileProvider - IllegalArgumentException: Failed to find configured root

I'm trying to take a picture with camera, but I'm getting the following error: FATAL EXCEPTION: main Process: com.example.…

android android-fileprovider
How to use support FileProvider for sharing content to other apps?

I'm looking for a way to correctly share (not OPEN) an internal file with external application using Android Support library's …

android android-contentprovider android-support-library android-fileprovider
Android - file provider - permission denial

I have two apps : app1 and app2. App2 has : <provider android:name="android.support.v4.content.FileProvider" android:authorities="…

android android-fileprovider
android.support.v4.content.FileProvider not found

I am trying to upgrade a working old app to support Android API 26, and one of the thing I need …

java android android-fileprovider
Android install apk with Intent.VIEW_ACTION not working with File provider

My app has an auto-update feature that download an APK and when the download is finished that a Intent.VIEW_…

android android-intent android-fileprovider android-7.0-nougat viewaction
Couldn't find meta-data for provider with authority

I have integrated Snapchat's Creative Kit in my Android app. After processing, I receive an image from the server in …

android android-fileprovider snapchat
Android: FileProvider IllegalArgumentException Failed to find configured root that contains /data/data/**/files/Videos/final.mp4

I am trying to use FileProvider to play a video from private path.Facing java.lang.IllegalArgumentException: Failed to find …

android android-fileprovider
SecurityException with grantUriPermission when sharing a file with FileProvider

I have two applications. I'm trying to share a file from application A to application B using a FileProvider. Application …

android permissions securityexception android-fileprovider
FileProvider - Open File from Download Directory

I can't open any file from Download Folder. I can download a file and save in Download Folder with this: …

android download directory android-download-manager android-fileprovider