Top "Android-fileprovider" questions

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

D/skia: --- Failed to create image decoder with message 'unimplemented'

i am using https://github.com/jhansireddy/AndroidScannerDemo this scan library in my project. when i capture image i am …

android android-camera android-manifest android-fileprovider
Didn't find class "androidx.core.content.FileProvider"

I migrated my app to AndroidX and it's crashing on launch on API level 21. My application throws this exception: 10-08 09:42:50.930 11346…

android android-support-library android-fileprovider androidx
Xamarin Forms File Provider not set

I am currently going through the process of Learning Xamarin.Forms. I am currently attempting to implement Camera functions using …

c# android xamarin.forms android-fileprovider
How to get uri of captured photo?

What do I want to achieve? I want to get URI of the captured image and save it on Firebase. …

android android-camera uri android-fileprovider
Android taking picture with FileProvider

I'm taking a picture on Android Nougat with FileProvider, that's my code <provider android:name="android.support.v4.content.…

android android-camera android-fileprovider
FileProvider.getUriForFile returns NullPointerException

I'm trying to write my first android app, which will involve taking a picture and doing stuff with it. I've …

java android nullpointerexception camera android-fileprovider
Failed to find configured root that contains

I'm getting the following error : 05-29 01:08:02.924: E/AndroidRuntime(5447): FATAL EXCEPTION: IntentService[com.sample.muzeitest.MuzeiClass] 05-29 01:08:02.924: E/AndroidRuntime(5447): java.lang.…

android android-fileprovider
read failed: EBADF (Bad file descriptor) while reading from InputStream Nougat

With the recent changes in android N, I had to upgrade my code to use FileProvider to fetch images/files …

android retrofit2 multipart okhttp3 android-fileprovider