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

Background job stops after a few seconds in Android 14 #18

Open
BrechtBD opened this issue Nov 29, 2024 · 2 comments
Open

Background job stops after a few seconds in Android 14 #18

BrechtBD opened this issue Nov 29, 2024 · 2 comments

Comments

@BrechtBD
Copy link

When bringing the app to the background in android 14, the background-timer starts its execution but it seems that the android wakeLock is being released automatically after a few seconds...

I tested the same code on android 13, and there it still works as expected.

Is anyone else experiencing this incorrect behavior?

@boterop
Copy link
Owner

boterop commented Dec 9, 2024

This could be because the button "Allow background activity" is off. try deactivating the Background restrictions

@StefanoCremona
Copy link

Encountering the same problem.
Google Pixel 7a Android 15.
@boterop the post you mentioned didn't help sadly. 😢

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

No branches or pull requests

3 participants