Added the exception handler activity and service back to the manifest
Signed-off-by: Ricky Barrette <rickbarrette@gmail.com>
This commit is contained in:
@@ -94,6 +94,15 @@
|
||||
<action android:name="android.intent.action.CREATE_SHORTCUT" />
|
||||
</intent-filter>
|
||||
</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>
|
||||
|
||||
</manifest>
|
||||
Reference in New Issue
Block a user