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

Fix #23 pending mutability issue on android 12+ & add missing ContextCompat.RECEIVER_EXPORTED for broadcast receivers #26

Open
wants to merge 10 commits into
base: master
Choose a base branch
from

Conversation

musicmeetscode
Copy link

@musicmeetscode musicmeetscode commented Jun 13, 2023

  1. Added a pending mutability flag for Compile SDK 31+
  2. Change device IDs to strings to accommodate non-Arduino boards
  3. Added missing ContextCompat.RECEIVER_EXPORTED for Arduino broadcast receiver

Copy link
Owner

@omaraflak omaraflak left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thanks!

omaraflak and others added 2 commits June 13, 2023 19:58
import androidx.core.content.ContextCompat.RECEIVER_EXPORTED for broadcast receiver
@musicmeetscode musicmeetscode changed the title Fix #23 pending mutability issue on android 12+ Fix #23 pending mutability issue on android 12+ & add missing ContextCompat.RECEIVER_EXPORTED for broadcast receivers Apr 11, 2024
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