Skip to content

Android 12: Security and privacy - Pending intents mutability #16065

@ashiagr

Description

@ashiagr

Parent #16062

Pending intents mutability

If the app attempts to create a PendingIntent object without setting either mutability flag, the system throws an IllegalArgumentException.

To declare that a given PendingIntent object is mutable or immutable, use the PendingIntent.FLAG_MUTABLE or PendingIntent.FLAG_IMMUTABLE flag, respectively.

Classes To be Tested:

QuickStartReminderReceiver
QuickStartUtils
GCMMessageHandler
NotificationsProcessingService
NotificationsPendingDraftsReceiver
PendingDraftsNotificationsUtils
PublishSettingsFragment
PostUploadNotifier
LocalNotificationWorker
ReminderNotifier
WeeklyRoundupNotifier

Metadata

Metadata

Assignees

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions