fixed fileprovider conflict with original minetest on android devices
This commit is contained in:
@@ -62,7 +62,7 @@
|
||||
|
||||
<provider
|
||||
android:name="androidx.core.content.FileProvider"
|
||||
android:authorities="net.minetest.minetest.fileprovider"
|
||||
android:authorities="xyz.cubesoftware.sussycraft.fileprovider"
|
||||
android:grantUriPermissions="true"
|
||||
android:exported="false">
|
||||
<meta-data
|
||||
|
||||
Reference in New Issue
Block a user