Ask Your Question
3

Is it not possible to use Intent AlarmClock.ACTION_SET_ALARM to set multiple alarms with just one button click?

asked 2023-06-02 13:55:48 +0000

woof gravatar image

edit retag flag offensive close merge delete

1 Answer

Sort by ยป oldest newest most voted
0

answered 2023-06-02 13:56:01 +0000

qstack gravatar image

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.

edit flag offensive delete link more

Your Answer

Please start posting anonymously - your entry will be published after you log in or create a new account. This space is reserved only for answers. If you would like to engage in a discussion, please instead post a comment under the question or an answer that you would like to discuss

Add Answer


Question Tools

Stats

Asked: 2023-06-02 13:55:48 +0000

Seen: 12 times

Last updated: Jun 02 '23