diff options
author | Alan Viverette <alanv@google.com> | 2015-06-02 16:11:00 -0700 |
---|---|---|
committer | Alan Viverette <alanv@google.com> | 2015-06-02 16:11:00 -0700 |
commit | a70d4a90a029910f788c3e7f8715cf3b842b1e2b (patch) | |
tree | 9c7e3361c9606a66c9da091b5530809b4161d608 /tools/aapt2/java/JavaClassGenerator_test.cpp | |
parent | 5431000830551959db15038da8f057c2e993d01a (diff) |
Prevent poorly-extended ParcelableSpans from writing to parcels
If a developer extends an existing ParcelableSpan and overwrites
writeToParcel, TextUtils will crash when attempting to unparcel
since the span type ID is not accurate. This CL makes a separate
framework-private method for writeToParcel to ensure that even if
a developer extends a ParcelableSpan class, they won't modify the
parceling or unparceling code that's tied to the span type ID.
Bug: 21274544
Change-Id: If4c3506a55999df7a3b6d87cb8d550235d7a02c6
Diffstat (limited to 'tools/aapt2/java/JavaClassGenerator_test.cpp')
0 files changed, 0 insertions, 0 deletions