Don't need the CrittercismService anymore--it was causing occasional crashes on startup to have it in the manifest

pull/14/head
Sam Bosley 12 years ago
parent 99a7b9cd4f
commit 1bdadfaf1d

@ -193,13 +193,6 @@
<!-- Start of Crittercism.com Code -->
<activity android:name="com.crittercism.NotificationActivity"/>
<service android:name="com.crittercism.service.CrittercismService"
android:process="com.crittercism.service" android:exported="true">
<intent-filter>
<action android:name="com.crittercism.service.CrittercismService" />
</intent-filter>
</service>
<!-- End of Crittercism.com Code -->

Loading…
Cancel
Save