Skip to content

Custom actions and categories for BroadcastReceiver #189

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

Merged
merged 4 commits into from
Feb 10, 2014

Conversation

alanjds
Copy link
Contributor

@alanjds alanjds commented Dec 28, 2013

android.broadcast.BroadcastReceiver now accepts user-defined actions & categories, opposed to only default ones as before. Detects by checking the presence of '.' on the name of it. Its a backwards-compatible change.

The code on the 1st commit works, and was refactored on the 2 others. Feel free to stick with the maintainers original style by cherry-picking only the 1st commit if the refactor is disliked.

android.broadcast.BroadcastReceiver now accepts
non-standard actions & categories. Detects by checking
the presence of '.' on the name of it
tito added a commit that referenced this pull request Feb 10, 2014
Custom actions and categories for BroadcastReceiver
@tito tito merged commit cedda24 into kivy:master Feb 10, 2014
@tito
Copy link
Member

tito commented Feb 10, 2014

Thanks!

@alanjds
Copy link
Contributor Author

alanjds commented Feb 10, 2014

Thank you!

@alanjds alanjds deleted the custom_intent_filters branch July 19, 2016 04:33
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.

2 participants