Fix:Android file provider to use application id

This commit is contained in:
advplyr
2023-06-25 14:29:02 -05:00
parent b7b746fb2a
commit d6a1eba657
4 changed files with 3 additions and 8 deletions
+1 -1
View File
@@ -95,7 +95,7 @@
<provider
android:name="androidx.core.content.FileProvider"
android:authorities="com.audiobookshelf.app.fileprovider"
android:authorities="${applicationId}.fileprovider"
android:grantUriPermissions="true"
android:exported="false">
<meta-data