commit | c4a13e9b0bd089ec23c4e6d16ad06182a4b2fdde | [log] [tgz] |
---|---|---|
author | Tadashi G. Takaoka <takaoka@google.com> | Mon Jun 29 20:23:17 2020 +0900 |
committer | Tadashi G. Takaoka <takaoka@google.com> | Tue Jun 30 14:18:49 2020 +0900 |
tree | 000c5918c7c2b547c2a187cd94d566112f9653c7 | |
parent | 8e4772383421b545463a1165f5e3cdbfe08366d5 [diff] |
Fix Bundle#getParcelableArray call Because Bundle.getParcelableArray() returns Parcelable[] object, simply casting a return value to a typed array will cause ClassCastException. Bug: 158584842 Bug: 160120833 Test: manually install ArcNotificationTest2 and try inline reply Change-Id: Idd8eaa412925ac826590d44a0db297aacef806d8