Added the exception handler activity and service back to the manifest

Signed-off-by: Ricky Barrette <rickbarrette@gmail.com>
This commit is contained in:
2012-06-03 11:54:00 -04:00
parent d887272068
commit 22722a578b

View File

@@ -94,6 +94,15 @@
<action android:name="android.intent.action.CREATE_SHORTCUT" /> <action android:name="android.intent.action.CREATE_SHORTCUT" />
</intent-filter> </intent-filter>
</activity> </activity>
<activity
android:name="com.TwentyCodes.android.exception.ExceptionReportActivity"
android:configChanges="keyboard|keyboardHidden|orientation|screenLayout|screenSize|smallestScreenSize" >
</activity>
<service
android:name="com.TwentyCodes.android.exception.ReportPostingService"
android:process=":ReportPostingService" >
</service>
</application> </application>
</manifest> </manifest>