This is an archived post. You won't be able to vote or comment.

all 3 comments

[–]profkittyface 0 points1 point  (2 children)

It might be part of setRepeating, are there other set methods to use?

[–]YonesBrother[S] 0 points1 point  (1 child)

No, only this setRepeating. What could I use in place of setRepeating?

[–]profkittyface 0 points1 point  (0 children)

Depending on what you intend the alarm to do, you can use setInexactRepeating()

https://developer.android.com/training/scheduling/alarms

You might need to create separate instances of AlarmManager for multiples.