Files
frameworks_base/core/java/android/content
Dan Cashman 050b79975b PackageInfo: add Parcel read/write for cert history.
commit: 5cdda3425c added a new flag,
GET_SIGNING_CERTIFICATES to PackageManager for use with getPackageInfo
that returns the signing certificate history, including the current signer,
of the given package.  This is intended to replace the existing
GET_SIGNATURES flag and corresponding field.  The previous commit did not,
however, implement the read/write Parcelable methods so that this
information could be reconstructed client side.  Implement those methods
to actually expose the new API.

Bug: 64686581
Test: Test app pull of PackageInfo with GET_SIGNING_CERTIFICATES succeeds.
Change-Id: I1c023da2a6fd03e11432953080045a79b9f56839
2018-02-06 21:11:23 -08:00
..
2017-08-06 07:37:08 -06:00
2017-04-21 16:35:08 -06:00
2017-10-16 14:38:18 -07:00