Skip to content
Commit 7b20a8f6 authored by Ashwini Oruganti's avatar Ashwini Oruganti
Browse files

StorageNotification.java: Apply FLAG_IMMUTABLE to various PIs

An explicit mutability flag is soon going to be required for any created
PendingIntent. go/immutable-pendingintents has context on this new
requirement. In this commit it seems reasonable to apply FLAG_IMMUTABLE
to these PIs for the following cases:

-- Simple notification content clicks are immutable; there's no need
to communicate customized data back to the creator
-- Simple notification action clicks are immutable; there's no need
to communicate customized data back to the creator

Bug: 173158147
Test: TH
Change-Id: I0525c067a3f18ae72edb52767b7d6807f2318444
parent 8f8eaec8
Loading
Loading
Loading
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment