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

Merged
merged 1 commit into from
Jun 10, 2024

Conversation

wansiklee
Copy link
Contributor

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
Contributor 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
Contributor Author

not stale

@github-actions github-actions bot removed the Stale label May 3, 2024
Copy link

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 31, 2024
@wansiklee
Copy link
Contributor Author

Not stale

@github-actions github-actions bot removed the Stale label Jun 3, 2024
@helenaford helenaford merged commit f7c59f6 into invertase:main Jun 10, 2024
3 checks passed
@helenaford
Copy link
Member

thank you for the contribution!

@wansiklee wansiklee deleted the fix-inexact-alarm branch June 12, 2024 00:10
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.
4 participants