MASTG Chapter
knowledge/android/MASVS-PLATFORM/MASTG-KNOW-0024.md
File Line Number
34
Context
There is an error when specifying that Pending Intents have a default mutability since Android 12: while since Android 12 (API level 31) it is changed to immutable by default. In official Android Documentation (https://developer.android.com/guide/components/intents-filters#DeclareMutabilityPendingIntent) it is written that the mutability of each Pending Intent must be specified since "Android 12 or higher". Then, there is not a "default since Android 12" and the mutability of each Pending Intent must be specified, as it's written on Android Documentation.