commit | 0e53a371abf4f7a0e08426970f3029ef0e45d531 | [log] [tgz] |
---|---|---|
author | Mateus Azis <azis@google.com> | Fri Mar 10 00:18:34 2023 +0000 |
committer | Mateus Azis <azis@google.com> | Fri Mar 10 00:18:42 2023 +0000 |
tree | 813ce5d3352f998428e121e420f5f5462eaa0eb6 | |
parent | f74b6baf673d55d75498b8a5d2b7188a6f770438 [diff] |
Parcelable: mention that the CREATOR field must be public. Using a package-private or private field will result in a runtime error, but this requirement is not mentioned anywhere. Change-Id: I0e79a4865ba2681f399822d28ccc43744abcd1b3 Test: N/A