fix(android): Fix wrong file provider id

This commit is contained in:
2023-09-18 18:40:37 +02:00
parent 44187675c7
commit 1852f2d198
2 changed files with 2 additions and 2 deletions

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