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:
commit
a422fadc14
6 changed files with 153 additions and 0 deletions
|
@ -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"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue