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

Prevent timer autostart on Android device boot #127

Merged
merged 1 commit into from
Jan 7, 2024
Merged

Prevent timer autostart on Android device boot #127

merged 1 commit into from
Jan 7, 2024

Conversation

a-mabe
Copy link
Owner

@a-mabe a-mabe commented Jan 7, 2024

Fixes the following: Essentially, on an Android device restart, the app had a chance to randomly start beeping. Not fun.

The background timer process would sometimes start randomly after a device boot on Android devices. The flutter_background_service contained a BroadCastReceiver that would autostart the background service on ACTION_BOOT_COMPLETED. The flutter_background_service fork has been updated to remove this BroadCastReceiver on the prevent-autostart-on-boot branch.

@a-mabe a-mabe merged commit 5069380 into main Jan 7, 2024
@a-mabe a-mabe deleted the 1.2.4 branch January 7, 2024 02: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.

1 participant