Merge pull request #1274 from cdhiraj40/dev

Add an option to share crash report as a file after a crash
This commit is contained in:
Prathamesh More 2022-03-03 17:47:21 +05:30 committed by GitHub
commit a422fadc14
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
6 changed files with 153 additions and 0 deletions

View file

@ -182,6 +182,15 @@
android:value=".activities.MainActivity" />
</activity>
<activity
android:name=".activities.ErrorActivity"
android:exported="true">
<intent-filter>
<action android:name="cat.ereza.customactivityoncrash.RESTART" />
</intent-filter>
</activity>
<provider
android:name=".misc.GenericFileProvider"
android:authorities="${applicationId}.provider"