Added ACRA error reporting (via Email)

This commit is contained in:
YuviPanda 2013-02-03 00:09:01 +05:30
parent 95c659afca
commit ad0377a20a
4 changed files with 31 additions and 1 deletions

View file

@ -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"