Get data from downloaded cbz

This commit is contained in:
Koitharu
2020-02-10 19:59:43 +02:00
parent 5b858edc97
commit 4f02060d50
17 changed files with 415 additions and 53 deletions

View File

@@ -36,6 +36,17 @@
</activity>
<service android:name=".ui.download.DownloadService" />
<provider
android:name="androidx.core.content.FileProvider"
android:authorities="${applicationId}.files"
android:grantUriPermissions="true"
android:exported="false">
<meta-data
android:name="android.support.FILE_PROVIDER_PATHS"
android:resource="@xml/filepaths" />
</provider>
</application>
</manifest>