You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Noticed a similar issue. The root cause for me was identified to be ACTION_QUEUE_BACKOFF_RESET broadcast was failing on Android 14, because the intent used was not package protected.
I still encountered this problem with 3.4.1, on some lower versions of Android platforms, such as API27. The system has been stuck in the onQueued state. No exception log is output. Procedure
Seen on apps with targetSdk 34 and Android 14
Everything is working fine with targetSdk 33.
Since targetSdk 34 is mandatory for new apps and updates in PlayStore starting August 31st, this is somewhat urgent.
The text was updated successfully, but these errors were encountered: