summaryrefslogtreecommitdiff
path: root/core/java/android/content/pm/VersionedPackage.java
Commit message (Expand)AuthorAgeFilesLines
* Add @Nullable annotation to the parameter of Object.equals() methods.Roman Kalukiewicz2020-10-151-1/+2
* Update more Parcelables to send Strings UTF-8.Jeff Sharkey2020-04-291-2/+2
* Implement VersionedPackage#equals (1/n)JW Wang2020-01-031-0/+14
* All Parcelable CREATOR fields are @NonNull.Jeff Sharkey2019-02-281-1/+1
* Add major version code to platform.Dianne Hackborn2017-12-041-4/+24
* Address API council commentsSvet Ganov2017-04-281-4/+4
* Platform support for static shared librariesSvet Ganov2017-01-221-0/+100