Fixed API 24 FileProvider error

This commit is contained in:
Bram van de Kerkhof
2016-10-25 17:34:49 +02:00
parent 93f90b5a62
commit 7d3d0999f3
3 changed files with 18 additions and 2 deletions

View File

@@ -54,6 +54,16 @@
android:theme="@style/FilePickerTheme">
</activity>
<provider
android:name="android.support.v4.content.FileProvider"
android:authorities="eu.kanade.tachiyomi.provider"
android:exported="false"
android:grantUriPermissions="true">
<meta-data
android:name="android.support.FILE_PROVIDER_PATHS"
android:resource="@xml/provider_paths"/>
</provider>
<service android:name=".data.library.LibraryUpdateService"
android:exported="false"/>