37135323: Add FLAG_IMMUTABLE to @PendingIntent.Flags

Test: Metadata change only; this is tested in lint in the tools
repository

Change-Id: Ifbda636ee9d86855fa7290bdd0ce50517b2a8252
This commit is contained in:
Tor Norbye
2017-05-31 08:02:52 -07:00
parent 31581eb45e
commit dfd1b58dcc

View File

@@ -102,6 +102,7 @@ public final class PendingIntent implements Parcelable {
FLAG_NO_CREATE,
FLAG_CANCEL_CURRENT,
FLAG_UPDATE_CURRENT,
FLAG_IMMUTABLE,
Intent.FILL_IN_ACTION,
Intent.FILL_IN_DATA,