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

Changes in upcomming Android 12 may break the SMS capabilities #182

Open
mrsarm opened this issue Aug 25, 2021 · 0 comments
Open

Changes in upcomming Android 12 may break the SMS capabilities #182

mrsarm opened this issue Aug 25, 2021 · 0 comments
Labels
Priority: 3 - Low Can be bumped from the release Type: Technical issue Improve something that users won't notice

Comments

@mrsarm
Copy link
Contributor

mrsarm commented Aug 25, 2021

Copy & paste of the issue created in medic/cht-android#205 , same applies here:

In the upcoming Android 12 there is an API that changes the way can be used, and we use that feature in the code that handle the SMS capabilities.

Starting Android 11 the new linter from the Android Gradle Plugin warns about it (check this) so we needed to add an annotation in the source code to ignore the issue, but later we will need to remove the annotation and makes the necessary changes.

Warning when we remove the annotation:

Screenshot from 2021-08-09 16-55-38

More info about the change: https://developer.android.com/about/versions/12/behavior-changes-12#pending-intent-mutability

@mrsarm mrsarm added Type: Technical issue Improve something that users won't notice Priority: 3 - Low Can be bumped from the release labels Aug 25, 2021
@mrsarm mrsarm added this to Ready for dev in Allies Workstream - DEPRECATED via automation Aug 25, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Priority: 3 - Low Can be bumped from the release Type: Technical issue Improve something that users won't notice
Projects
No open projects
Development

No branches or pull requests

1 participant