fix: Fix wrong file provider ID

This commit is contained in:
PapaTutuWawa 2023-09-08 19:36:11 +02:00
parent b52ca03eff
commit 809ddfaf80

View File

@ -4,7 +4,7 @@
<application> <application>
<provider <provider
android:name="org.moxxy.moxxy_native.content.MoxxyFileProvider" android:name="org.moxxy.moxxy_native.content.MoxxyFileProvider"
android:authorities="org.moxxy.moxxyv2.fileprovider2" android:authorities="org.moxxy.moxxyv2.fileprovider"
android:exported="false" android:exported="false"
android:grantUriPermissions="true"> android:grantUriPermissions="true">
<meta-data <meta-data