summaryrefslogtreecommitdiff
path: root/Source/Android/app/src
diff options
context:
space:
mode:
authorRobin Kertels <robin.kertels@gmail.com>2023-03-12 15:28:21 +0100
committerRobin Kertels <robin.kertels@gmail.com>2023-03-12 15:28:21 +0100
commit784ce78eaf8d8715ef043b408bb9abd81e9adee3 (patch)
tree8f6ed272af06ac0b989038b4368f7191d3141d81 /Source/Android/app/src
parent5d07a452410b84672c36eb5a26018f583121c164 (diff)
Android: Use $applicationId for DocmentProvider authority
Fixes side by side installation of debug, benchmark and release builds.
Diffstat (limited to 'Source/Android/app/src')
-rw-r--r--Source/Android/app/src/main/AndroidManifest.xml2
1 files changed, 1 insertions, 1 deletions
diff --git a/Source/Android/app/src/main/AndroidManifest.xml b/Source/Android/app/src/main/AndroidManifest.xml
index 4bcd25737c..ce871e67d4 100644
--- a/Source/Android/app/src/main/AndroidManifest.xml
+++ b/Source/Android/app/src/main/AndroidManifest.xml
@@ -157,7 +157,7 @@
<provider
android:name=".features.DocumentProvider"
- android:authorities="org.dolphinemu.dolphinemu.user"
+ android:authorities="${applicationId}.user"
android:grantUriPermissions="true"
android:exported="true"
android:permission="android.permission.MANAGE_DOCUMENTS"