mirror of
https://github.com/bspeice/UNCCGameDay
synced 2025-07-02 06:16:49 -04:00
Add some more skeleton to how Alerts should be processed
Create a way to statically get the app context
This commit is contained in:
@ -12,7 +12,8 @@
|
||||
android:allowBackup="true"
|
||||
android:icon="@drawable/ic_launcher"
|
||||
android:label="@string/app_name"
|
||||
android:theme="@style/AppTheme" >
|
||||
android:theme="@style/AppTheme"
|
||||
android:name="com.uncc.gameday.GameDay" >
|
||||
<activity
|
||||
android:name="com.uncc.gameday.activities.Alerts"
|
||||
android:label="@string/title_activity_alerts" >
|
||||
|
Reference in New Issue
Block a user