Android 12 changes

Another point is the Pending intent mutability: You must specify the mutability of each PendingIntent object that your app creates, i.e. you have to specify FLAG_ IMMUTABLE or FLAG_MUTABLE. See for example this extension

The complete SDK31 update requirements are here

Taifun

1 Like