commit | f344cfad2bd03da73ce7cfe0b0b19b3a37b45344 | [log] [tgz] |
---|---|---|
author | Winson <chiuwinson@google.com> | Fri Jun 25 09:59:32 2021 -0700 |
committer | Winson <chiuwinson@google.com> | Fri Jun 25 10:28:17 2021 -0700 |
tree | 5f460d1c7160e9854e3c1a2fe8a4e0384a30815e | |
parent | aa910853fb9d0dbd07a3eebd6b221cf0259e87de [diff] |
Use IntentFilter CREATOR directly for serializing ParsedIntentInfo ParsedIntentInfo's CRFEATOR was removed because it exposes a reparcelling vulnerability. This adjusts a system API that relied on the implicit parcelling read to instead use IntentFilter directly, ignoring the fields contained in the subclass. Bug: 192050390 Test: manual, cannot repro crash after patch Change-Id: Ib12e0a959eb5a5d73d5832ff2eee26a30eed5ded