Ye olde Alert Service added back in

This commit is contained in:
agk512 2013-12-08 19:54:30 -05:00
parent c77e8553fe
commit e1fceb15cc

View File

@ -40,6 +40,7 @@
<category android:name="android.intent.category.LAUNCHER" />
</intent-filter>
</activity>
<service android:name="com.uncc.gameday.alerts.AlertService"/>
</application>
</manifest>