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

Send out PROVIDER_CHANGED broadcasts again, fixes #822 #825

Merged
merged 1 commit into from
Aug 17, 2019

Conversation

dmfs
Copy link
Owner

@dmfs dmfs commented Aug 17, 2019

Since Android 8 it's not possible to listen to implicit broadcasts anymore when the receiver 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.

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 dmfs merged commit 1dcd943 into master Aug 17, 2019
@dmfs dmfs deleted the stories/822-restore-broadcast-kind-of branch August 17, 2019 20:47
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

Successfully merging this pull request may close these issues.

1 participant