mirror of
https://github.com/AngelAuraMC/Amethyst-Android.git
synced 2025-09-17 00:29:50 -04:00
Fix: Storage autority is now based on package name
This should fix whether or not I can install it along dahlia from gplay
This commit is contained in:
parent
94f98636a1
commit
4bc7870b78
@ -98,7 +98,7 @@
|
|||||||
|
|
||||||
<provider
|
<provider
|
||||||
android:name="androidx.core.content.FileProvider"
|
android:name="androidx.core.content.FileProvider"
|
||||||
android:authorities="share_file"
|
android:authorities="@string/storageProviderAuthorities"
|
||||||
android:exported="false"
|
android:exported="false"
|
||||||
android:grantUriPermissions="true"
|
android:grantUriPermissions="true"
|
||||||
android:permission="android.permission.MANAGE_DOCUMENTS">
|
android:permission="android.permission.MANAGE_DOCUMENTS">
|
||||||
|
Loading…
x
Reference in New Issue
Block a user