Changes in upcomming Android 12 may break the SMS capabilities #182
Labels
Priority: 3 - Low
Can be bumped from the release
Type: Technical issue
Improve something that users won't notice
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:
More info about the change: https://developer.android.com/about/versions/12/behavior-changes-12#pending-intent-mutability
The text was updated successfully, but these errors were encountered: