View crash reports in Settings -> About -> Crash Reports.

This commit is contained in:
Alex Ning
2020-07-08 12:32:49 +08:00
parent 406d82ef52
commit 318b11da01
9 changed files with 134 additions and 4 deletions

View File

@@ -328,6 +328,16 @@
android:resource="@xml/file_paths" />
</provider>
<provider
android:name="androidx.startup.InitializationProvider"
android:authorities="${applicationId}.androidx-startup"
android:exported="false"
tools:node="merge">
<meta-data
android:name="com.crazylegend.crashyreporter.initializer.CrashyInitializer"
android:value="androidx.startup" />
</provider>
<service
android:name=".Service.SubmitPostService"
android:enabled="true"