• After 15+ years, we've made a big change: Android Forums is now Early Bird Club. Learn more here.

Notification Triggers when click the Alarm Icon in Status Bar

RajVino

Lurker
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.
 
Back
Top Bottom