Skip to content
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

fix(android): fix an issue when using inexact alarms #981

Open
wants to merge 1 commit into
base: main
Choose a base branch
from

Conversation

wansiklee
Copy link

Fixes #976

  • Inexact alarms work well regardless of the “Alarm and Reminder” permission on Android 12 or higher.

@CLAassistant
Copy link

CLAassistant commented Feb 6, 2024

CLA assistant check
All committers have signed the CLA.

Copy link

github-actions bot commented Mar 5, 2024

Hello 👋, this PR has been opened for more than 2 months with no activity on it.

If you think this is a mistake please comment and ping a maintainer to get this merged ASAP! Thanks for contributing!

You have 15 days until this gets closed automatically

@github-actions github-actions bot added the Stale label Mar 5, 2024
@wansiklee
Copy link
Author

Not stale.

@github-actions github-actions bot removed the Stale label Mar 7, 2024
Copy link

github-actions bot commented Apr 4, 2024

Hello 👋, this PR has been opened for more than 2 months with no activity on it.

If you think this is a mistake please comment and ping a maintainer to get this merged ASAP! Thanks for contributing!

You have 15 days until this gets closed automatically

@github-actions github-actions bot added the Stale label Apr 4, 2024
@fobos531
Copy link
Contributor

fobos531 commented Apr 4, 2024

not stale

@github-actions github-actions bot removed the Stale label Apr 4, 2024
Copy link

github-actions bot commented May 2, 2024

Hello 👋, this PR has been opened for more than 2 months with no activity on it.

If you think this is a mistake please comment and ping a maintainer to get this merged ASAP! Thanks for contributing!

You have 15 days until this gets closed automatically

@github-actions github-actions bot added the Stale label May 2, 2024
@wansiklee
Copy link
Author

not stale

@github-actions github-actions bot removed the Stale label May 3, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

AlarmManager can only be used for exact alarms.
3 participants