summaryrefslogtreecommitdiffstats
path: root/app/src/main/AndroidManifest.xml
diff options
context:
space:
mode:
authortom79 <tschneider.ac@gmail.com>2019-07-16 09:42:11 +0200
committertom79 <tschneider.ac@gmail.com>2019-07-16 09:42:11 +0200
commit110e5c3753fc314b37744e48bb180d7b5cfec735 (patch)
tree553feb3db959ad051eb98fa42cb5fdf6e30a0492 /app/src/main/AndroidManifest.xml
parente43d8ed9d1e4a3150ca9b0182c108ffe23bd44a1 (diff)
Fix issue when free app was previously installed.
Diffstat (limited to 'app/src/main/AndroidManifest.xml')
-rw-r--r--app/src/main/AndroidManifest.xml2
1 files changed, 1 insertions, 1 deletions
diff --git a/app/src/main/AndroidManifest.xml b/app/src/main/AndroidManifest.xml
index f00c93627..63be39588 100644
--- a/app/src/main/AndroidManifest.xml
+++ b/app/src/main/AndroidManifest.xml
@@ -326,7 +326,7 @@
/>
<provider
android:name="androidx.core.content.FileProvider"
- android:authorities="app.fedilab.android.fileProvider"
+ android:authorities="${applicationId}.fileProvider"
android:exported="false"
android:grantUriPermissions="true">
<meta-data