-
Notifications
You must be signed in to change notification settings - Fork 4
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Multiple Alarms at same time, can not be canceled. #7
Comments
Have you tried restart :P |
Um no. It would be better if you just try to reinstall the app completely. |
Is it possible that this also messed up the alarms from the "regular" alarm all of Android? Because my phone did not wake me the day after I encountered that problem. Even with the normal alarm. I then discovered that the alarm icon had disappeared. Opening that (standard app) alarm, enabling and disabling it, brought the icon back. |
I don't think so, but I also had bad experience with android build in alarm. That PendingIntent thing of android all looks kind of messy to me so yea. But its impossible to interferer with alarms of other apps. Those PendingIntents you setup to make your app do something at a certain time only work for the app who set them up. As far as I know, they are strictly divided between apps. |
I recently had several cases where the app went into "ringing frenzy", which sounded like it was playing several ringtones simultaneously. The alarm sounds normal for a fraction of a second, then it sounds like more and more alarms are started.
Stopping the alarm was also not possible.
I believe in all cases I had used an 'old" alarm, which had been disabled for a long time, and then re-enabled it. It seems that then manybalarm events are generated somehow (the last part is speculation).
The text was updated successfully, but these errors were encountered: