Add error reporting to import local manga

This commit is contained in:
Koitharu
2023-10-25 14:06:12 +03:00
parent 665bebaa7b
commit 2c7438e64d
6 changed files with 54 additions and 36 deletions

View File

@@ -337,6 +337,13 @@
<action android:name="android.intent.action.DOWNLOAD_COMPLETE" />
</intent-filter>
</receiver>
<receiver
android:name="org.koitharu.kotatsu.core.ErrorReporterReceiver"
android:exported="false">
<intent-filter>
<action android:name="${applicationId}.action.REPORT_ERROR" />
</intent-filter>
</receiver>
<meta-data
android:name="android.webkit.WebView.EnableSafeBrowsing"