Skip to content

Commit 3229956

Browse files
changed file provider to prevent clash with other packages
1 parent 70ad95d commit 3229956

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/document-viewer/android/src/main/AndroidManifest.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
<!-- android:authorities needs to be unique to an app, so we cannot hardcode it -->
77
<provider
88
android:name="androidx.core.content.FileProvider"
9-
android:authorities="${applicationId}.provider"
9+
android:authorities="${applicationId}.reactnativedocumentviewer.fileprovider"
1010
android:exported="false"
1111
android:grantUriPermissions="true">
1212
<meta-data

0 commit comments

Comments
 (0)