Open JBramEu opened 2 months ago
I am having this problem too. Do you have a solution for this problem?
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.
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.