One of RECEIVER_EXPORTED or RECEIVER_NOT_EXPORTED should be specified #195
Unanswered
ad-proximate
asked this question in
Q&A
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I use @triniwiz/[email protected] in my application.
Since yesterday I can't run the app it because during the initialization I get this error:
One of RECEIVER_EXPORTED or RECEIVER_NOT_EXPORTED should be specified when a receiver isn't being registered exclusively for system broadcasts
It's traceable from the point I first use the Downloader.
I've put this line but it doesn't help:
Application.android.registerBroadcastReceiver('RECEIVER_EXPORTED', (context, intent) => {});
How I can properly register the broadcast and fix this issue?
Beta Was this translation helpful? Give feedback.
All reactions