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