commit | 5d703cbef4eccf6cb3cd15d31bf46c4951956fe3 | [log] [tgz] |
---|---|---|
author | Meng Wang <mewan@google.com> | Wed Jun 08 11:53:25 2016 -0700 |
committer | Meng Wang <mewan@google.com> | Wed Jun 08 13:22:13 2016 -0700 |
tree | e75f43c79758b1cd19b2ab592b25dd819e250c1e | |
parent | a0b379fe68152bedaa3b1eed1d84c5c4fbf11ae1 [diff] |
Fix dispatchCarrierRestrictions string reading from parcel The parcel is passed from Java land where string are write to parcel by writeString16. In C land, the string should be read by readString16 instead of readCString. Bug: 28564314 Change-Id: Ib6d9f0fd3895c7836bd9d7c2df879269bb29ae4e