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

Oreo will block implicit broadcast #36

Open
ccaapton opened this issue Jul 10, 2018 · 1 comment
Open

Oreo will block implicit broadcast #36

ccaapton opened this issue Jul 10, 2018 · 1 comment

Comments

@ccaapton
Copy link

In the logcat I noticed this
W BroadcastQueue: Background execution not allowed: receiving Intent { act=com.zzzmode.appopsx.action.SERVER_CONNECTED flg=0x10 (has extras) } to com.zzzmode.appopsx/.ServerStatusChangeReceiver
It seems AppopsX is using implicit broadcast to communicate between receiver and LifecycleAgent, but they are blocked for apps targeting Oreo, and AppopsX is indeed targeting Oreo.

To fix this, makeintent need to add explicit ComponentName.

@f1vefour
Copy link

f1vefour commented Sep 7, 2018

If you know how to fix why not do so?

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

2 participants