Twitter Alerts now feeding into AlertDB >AGK

Twitter Alerts are now feeding into AlertDB properly, and are being
displayed in both drop down notification and main page alert list.

AGK
This commit is contained in:
agk512
2013-11-23 17:54:17 -05:00
parent 7471118550
commit c843d7f337
3 changed files with 77 additions and 10 deletions

View File

@ -18,7 +18,7 @@ public class AlertService extends IntentService {
@Override
protected void onHandleIntent(Intent intent) {
// Go fetch all the alerts!
//new AlertFetcher().fetchAlerts(this);
new AlertFetcher().fetchAlerts(this);
//if first application run, create and store
//timed alerts into database