We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 26808aa + 2aef6dd commit 4931316Copy full SHA for 4931316
2 files changed
library/src/androidMain/AndroidManifest.xml
@@ -16,7 +16,7 @@
16
17
<application>
18
<provider
19
- android:name="androidx.core.content.FileProvider"
+ android:name=".data.managers.ImagePickerFileProvider"
20
android:authorities="${applicationId}.fileprovider"
21
android:exported="false"
22
android:grantUriPermissions="true">
library/src/androidMain/kotlin/io/github/ismoy/imagepickerkmp/data/managers/ImagePickerFileProvider.kt
@@ -0,0 +1,5 @@
1
+package io.github.ismoy.imagepickerkmp.data.managers
2
+
3
+import androidx.core.content.FileProvider
4
5
+internal class ImagePickerFileProvider: FileProvider()
0 commit comments