diff options
| author | 2025-02-17 20:25:04 +0100 | |
|---|---|---|
| committer | 2025-02-17 21:45:12 +0100 | |
| commit | a128a9f25b44e51b709a69d1b15b89651a7cc98b (patch) | |
| tree | 940d599743c8ad3109d3f84c118ff7505242828c /libs/androidfw/FileStream.cpp | |
| parent | 228ccb467dd63c8caa01b90b93305049ea4410a7 (diff) | |
Catch BadParcelableException when checking extras
The extras found in CustomAction are provided by user apps
when they want to add custom commands to the session with
extra information.
To avoid unneeded updates the actions compared to the
currently known actions, along with their extras,
but those may not have a Parcelable implementation
thus will fail to be un-parcelled.
Simply catch the exception when comparing the extras
as those aren't used anywhere else in code and only
sent back to the user-side session.
Test: m; media 3 app
Change-Id: I5f755d6a09266372ea724b08c97a11e3ca913569
Diffstat (limited to 'libs/androidfw/FileStream.cpp')
0 files changed, 0 insertions, 0 deletions