Updated to new Exception Handler requirements

Change-Id: Id9f0ab7f98198e0957eae414383f3f73152075a9
Signed-off-by: Ricky Barrette <rickbarrette@gmail.com>
This commit is contained in:
2012-03-01 13:37:28 -05:00
parent 9d384e6457
commit 819d17969e
4 changed files with 29 additions and 17 deletions

View File

@@ -55,6 +55,9 @@
android:name="com.TwentyCodes.android.FindMyCarLib.ParkignTimerActivity"
android:theme="@android:style/Theme.Dialog" >
</activity>
<service android:name="com.TwentyCodes.android.exception.ReportPostingService" >
</service>
</application>
<uses-sdk android:minSdkVersion="4" />