fix(android): Fix wrong id of the file provider

This commit is contained in:
PapaTutuWawa 2023-09-10 19:15:27 +02:00
parent 6491ac38b2
commit cefe90b93a

View File

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