Add a proper Hello World message.

This commit is contained in:
bspeice
2013-09-30 14:39:15 -04:00
parent 55ffc9c752
commit d37d705867
5 changed files with 9 additions and 7 deletions

View File

@ -14,7 +14,7 @@
android:label="@string/app_name"
android:theme="@style/AppTheme" >
<activity
android:name="com.uncc.gameday.Alerts"
android:name="com.uncc.gameday.activities.Alerts"
android:label="@string/app_name" >
<intent-filter>
<action android:name="android.intent.action.MAIN" />