Skip to content

[Bug] Fix Incorrect Information related to Mutability of Pending Intents - MASTG-KNOW-0024 #3751

@mateofumis

Description

@mateofumis

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.

Metadata

Metadata

Assignees

Labels

No labels
No labels

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions