mirror of
https://github.com/bspeice/UNCCGameDay
synced 2024-11-05 07:38:13 -05:00
Minor cleanup
This commit is contained in:
parent
f19c6b8735
commit
48e6a06d3a
@ -1,6 +1,5 @@
|
||||
package com.uncc.gameday.activities;
|
||||
|
||||
import android.content.Context;
|
||||
import android.os.Bundle;
|
||||
import android.view.View;
|
||||
import android.widget.CheckBox;
|
||||
|
@ -1,17 +1,13 @@
|
||||
package com.uncc.gameday.activities;
|
||||
|
||||
import java.util.Date;
|
||||
|
||||
import android.app.AlarmManager;
|
||||
import android.app.PendingIntent;
|
||||
import android.content.Context;
|
||||
import android.content.Intent;
|
||||
import android.content.SharedPreferences;
|
||||
import android.content.SharedPreferences.Editor;
|
||||
import android.os.Bundle;
|
||||
|
||||
import com.uncc.gameday.R;
|
||||
import com.uncc.gameday.alerts.Alert;
|
||||
import com.uncc.gameday.alerts.AlertService;
|
||||
|
||||
public class Home extends MenuActivity {
|
||||
@ -45,10 +41,4 @@ public class Home extends MenuActivity {
|
||||
editor.commit();
|
||||
}
|
||||
}
|
||||
|
||||
private void getRecentAlerts() {
|
||||
// Responsible for discovering what the most recent alerts are and showing them.
|
||||
// Likely should be implemented by querying a local DB of alerts, grabbing recent 20.
|
||||
|
||||
}
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user