Added the exception reporting service to the mainfest

Signed-off-by: Ricky Barrette <rickbarrette@gmail.com>
This commit is contained in:
2012-04-23 12:20:27 -04:00
parent ed48be2be1
commit 7fba5c1c0c

View File

@@ -49,6 +49,9 @@
android:launchMode="singleInstance"
android:theme="@style/MyDialogTheme" >
</activity>
<service android:name="com.TwentyCodes.android.exception.ReportPostingService" >
</service>
</application>
</manifest>