Top "Android-fileprovider" questions

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

Android : FileProvider on custom external storage folder

I'm trying to set up a fileprovider for sharing file. My files are saved in a folder "AppName" in the …

android android-fileprovider
FileProvider throws exception on GetUriForFile

I followed the example code on the android developer reference on FileProviders but it won't work. I have setup the …

android android-fileprovider
Missing android.support.FILE_PROVIDER_PATHS meta-data

I am trying to open the pdf file which I downloaded & saved in external storage. But When I open …

android android-file android-fileprovider
Open downloaded file on Android N using FileProvider

I've got to fix our App for Android N due to the FileProvider changes. I've basically read all about this …

android android-fileprovider android-7.0-nougat
Android - FileProvider getUriForFile when the file is on an external SD

Currently, FileProvider getUriForFile method generates IllegalArgumentException when the file is on an external SD When the file is in the …

android android-sdcard android-fileprovider
FileProvider Not Working with Camera

I'm trying to make Camera App to store the output to my internal storage. I also understand that third party …

android android-camera android-fileprovider
FileProvider error

https://developer.android.com/training/camera/photobasics.html All I am trying to do is take a picture with the …

android android-studio android-appwidget android-fileprovider
android.support.v4.content.FileProvider class not found in android Kitkat

I am using FileProvider in my app. As usual I declared <Provider> tag in AndroidManifest.xml file as …

android android-camera classnotfoundexception android-fileprovider
Android Fileprovider: IllegalArgumentException: Failed to find configured root that contains

I have a question about the android FileProvider. I want to save a pdf document and open it with a …

pdf authority android-fileprovider