-
-
Notifications
You must be signed in to change notification settings - Fork 44
Changes in upcomming Android 12 may break the SMS capabilities #182
Copy link
Copy link
Open
Labels
Priority: 3 - LowCan be bumped from the releaseCan be bumped from the releaseType: Technical issueImprove something that users won't noticeImprove something that users won't notice
Description
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
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
Priority: 3 - LowCan be bumped from the releaseCan be bumped from the releaseType: Technical issueImprove something that users won't noticeImprove something that users won't notice
