I have implemented alarm in android app. Alarm is working fine. Toast message is visible. Now I want to make Alert Box Notification to user.
Toast
You cannot launch a popup dialog in your implementation of onReceive().
further information check AlertDialog from within BroadcastReceiver?? Can it be done?