Search code examples
androidalarmmanagerandroid-alarms

How to set alarm thrice in everyday in android?


I need to set Alarm on 9.00 AM, 11 AM and 1PM in everyday.

Simple solution is to use three different pending Intent but Is it any other way to implement same with one pending Intent?

Thanks in Advance!


Solution

  • Thanks, Got solution

    Only need to change request code in same Intent. It will not cancel previous alarm. Click Here for solution