Ask Your Question

Revision history [back]

click to hide/show revision 1
initial version

No, it is not possible to use Intent AlarmClock.ACTIONSETALARM to set multiple alarms with just one button click. This intent is designed to set a single alarm only. If you want to set multiple alarms, you need to either use multiple instances of this intent or create a custom implementation using the AlarmManager class.