

SendNotification(getNotification(pendingIntent,context,title,content),context)

PendingIntent pendingIntent = PendingIntent.getActivity(context, 0, intent, 0) tFlags(Intent.FLAG_ACTIVITY_NEW_TASK | Intent.FLAG_ACTIVITY_CLEAR_TASK) Public static void createNotification(Context context,Class cls, String title, String content) This is the my NotificationUtil class: public class NotificationUtil I have 4 anycodings_android classes in my project.

I have a anycodings_android basic idea but I really don't know how to anycodings_android implement it into my project. I have done a anycodings_android research on Alarm Manager and Scheduling anycodings_android Notifications on device reboots. But if I anycodings_android restart the phone within that 5 minutes I anycodings_android don't get the notification. I've have a simple app to schedule a anycodings_android notification 5 minutes after a button is anycodings_android pressed.
