Notification Triggers when click the Alarm Icon in Status Bar

  • Thread starter Thread starter Android Central Question
  • Start date Start date
A

Android Central Question

I have set the Notifications using Alarm Manager.

AlarmManager.AlarmClockInfo

Code Like this:
am.setAlarmClock(new AlarmManager.AlarmClockInfo(setcalendar.getTimeInMillis(),pendingIntent),pendingIntent);

Notification Trigger Correctly But If I Click the Alarm Symbol in Status Bar it triggers the notification repeatly.