mirror of
https://github.com/commons-app/apps-android-commons.git
synced 2025-10-27 04:43:54 +01:00
Added ACRA error reporting (via Email)
This commit is contained in:
parent
95c659afca
commit
ad0377a20a
4 changed files with 31 additions and 1 deletions
|
|
@ -20,6 +20,12 @@
|
|||
android:icon="@drawable/ic_launcher"
|
||||
android:label="@string/app_name"
|
||||
android:theme="@style/AppTheme" >
|
||||
<activity android:name="org.acra.CrashReportDialog"
|
||||
android:theme="@android:style/Theme.Dialog"
|
||||
android:launchMode="singleInstance"
|
||||
android:excludeFromRecents="true"
|
||||
android:finishOnTaskLaunch="true" />
|
||||
|
||||
<activity
|
||||
android:name=".auth.LoginActivity"
|
||||
android:label="@string/title_activity_login"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue