-
-
Notifications
You must be signed in to change notification settings - Fork 116
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
Android S requires extra flag on PendingIntent
#88
Comments
@ericleb010, thanks for the feedback! I will start working on it ASAP. |
Rapsssito
added a commit
that referenced
this issue
Oct 4, 2021
Rapsssito
added a commit
that referenced
this issue
Oct 4, 2021
🎉 This issue has been resolved in version 2.6.4 🎉 The release is available on: Your semantic-release bot 📦🚀 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
I was testing our app against Android S, and we're encountering crashes when starting a background service. Logcat gave the following error:
Some info on the change here: https://developer.android.com/about/versions/12/behavior-changes-12#pending-intent-mutability
The text was updated successfully, but these errors were encountered: