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 fb9e007 + aee85fb commit 9425ccbCopy full SHA for 9425ccb
android/src/main/AndroidManifest.xml
@@ -24,7 +24,7 @@
24
<application android:label="@string/app_name">
25
26
<provider
27
- android:name="androidx.core.content.FileProvider"
+ android:name="com.RNFetchBlob.Utils.FileProvider"
28
android:authorities="${applicationId}.provider"
29
android:exported="false"
30
android:grantUriPermissions="true">
@@ -34,4 +34,4 @@
34
</provider>
35
</application>
36
37
-</manifest>
+</manifest>
android/src/main/java/com/RNFetchBlob/Utils/FileProvider.java
@@ -0,0 +1,4 @@
1
+package com.RNFetchBlob.Utils;
2
+
3
+public class FileProvider extends androidx.core.content.FileProvider {
4
+}
0 commit comments