|
@@ -17,7 +17,6 @@ import org.json.JSONObject;
|
|
|
import android.annotation.TargetApi;
|
|
import android.annotation.TargetApi;
|
|
|
import android.app.Notification;
|
|
import android.app.Notification;
|
|
|
import android.app.Notification.Builder;
|
|
import android.app.Notification.Builder;
|
|
|
-import android.app.Activity;
|
|
|
|
|
import android.app.NotificationManager;
|
|
import android.app.NotificationManager;
|
|
|
import android.app.PendingIntent;
|
|
import android.app.PendingIntent;
|
|
|
import android.content.BroadcastReceiver;
|
|
import android.content.BroadcastReceiver;
|
|
@@ -26,10 +25,6 @@ import android.content.Intent;
|
|
|
import android.os.Build;
|
|
import android.os.Build;
|
|
|
import android.os.Bundle;
|
|
import android.os.Bundle;
|
|
|
|
|
|
|
|
-class MyActivity extends Activity {
|
|
|
|
|
-
|
|
|
|
|
-}
|
|
|
|
|
-
|
|
|
|
|
/**
|
|
/**
|
|
|
* The alarm receiver is triggered when a scheduled alarm is fired. This class
|
|
* The alarm receiver is triggered when a scheduled alarm is fired. This class
|
|
|
* reads the information in the intent and displays this information in the
|
|
* reads the information in the intent and displays this information in the
|