-
Notifications
You must be signed in to change notification settings - Fork 343
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
registerReciever method exception android 14 for flag RECEIVER_EXPORTED #680
Comments
where should be use this context.registerReceiver(priorityBackoffResetReceiver, IntentFilter(ACTION_QUEUE_BACKOFF_RESET)) and on which version? |
How did you fix your issue? I am getting this broadcast error when I targetSdk to >= 33
Full Error Log
|
Same @hammadbawara, any luck? |
@devpascoe There are some fixes available in the pull requests, but they haven't been merged yet. You can use that code and compile it yourself. Since this library hasn't been maintained for 4 years, it may cause more issues in the future, which is why I switched to another library. |
context.registerReceiver(priorityBackoffResetReceiver, IntentFilter(ACTION_QUEUE_BACKOFF_RESET))
The text was updated successfully, but these errors were encountered: