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

Registry for PROVIDER_CHANGED broadcast receivers #824

Open
dmfs opened this issue Aug 16, 2019 · 0 comments
Open

Registry for PROVIDER_CHANGED broadcast receivers #824

dmfs opened this issue Aug 16, 2019 · 0 comments

Comments

@dmfs
Copy link
Owner

dmfs commented Aug 16, 2019

Starting with Android 8, we can no longer send implicit broadcasts to 3rd party apps which register their broadcast receiver in the AndroidManifest.xml. Now now we've hard coded 3rd party package names. In order to make this scalable we need an easy way for 3rd party apps to register for an explicit broadcast, unless we can find an even better solution.
Also, see #822.

dmfs added a commit that referenced this issue Aug 16, 2019
Since Android 8 it's not possible to listen to implicit broadcasts anymore when the reciever is declared in the AndroidManifest.xml.
In a previous commit we disabled sending out broadcasts to other apps. This caused some trouble.
For new we hard code 3rd party receiver package names in a resource array. This is supposed to be changed later on, see #824.
dmfs added a commit that referenced this issue Aug 17, 2019
Since Android 8 it's not possible to listen to implicit broadcasts anymore when the reciever is declared in the AndroidManifest.xml.
In a previous commit we disabled sending out broadcasts to other apps. This caused some trouble.
For new we hard code 3rd party receiver package names in a resource array. This is supposed to be changed later on, see #824.
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

1 participant