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?
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?