mirror of
https://github.com/bspeice/UNCCGameDay
synced 2024-11-05 07:38:13 -05:00
Remove some unused imports
This commit is contained in:
parent
04adbbae94
commit
83a66e45a6
@ -5,7 +5,6 @@ import java.util.Date;
|
||||
import com.uncc.gameday.R;
|
||||
import com.uncc.gameday.activities.Home;
|
||||
|
||||
import android.app.Notification;
|
||||
import android.app.NotificationManager;
|
||||
import android.app.PendingIntent;
|
||||
import android.content.Context;
|
||||
|
@ -2,10 +2,7 @@ package com.uncc.gameday.alerts;
|
||||
|
||||
import java.util.List;
|
||||
|
||||
import com.uncc.gameday.GameDay;
|
||||
|
||||
import android.app.IntentService;
|
||||
import android.content.Context;
|
||||
import android.content.Intent;
|
||||
|
||||
public class AlertService extends IntentService {
|
||||
|
Loading…
Reference in New Issue
Block a user