Android 12.0.0 Release 28 (SQ1A.220205.002)
Specify FLAG_IMMUTABLE when creating PendingIntent

Targeting S+ (version 31 and above) requires that one of
FLAG_IMMUTABLE or FLAG_MUTABLE be specified when creating a
PendingIntent. So this CL uses FLAG_IMMUTABLE to create
the PendingIntent because the flag is recommended in most cases.

Bug: 192103710
Test: manual
Change-Id: I1fadcd24c66a445513285ccf1aaa1a66c92b4d68
1 file changed
tree: dc5267e3993f84a485a484a2f5f827fed2eff256
  1. proto/
  2. res/
  3. src/
  4. Android.bp
  5. AndroidManifest.xml
  6. OWNERS