summaryrefslogtreecommitdiff
path: root/core/java/android/content/pm/PackageInfo.java
AgeCommit message (Expand)Author
2021-03-19Surface "neverForLocation" through public API.Jeff Sharkey
2021-02-01API: Suppress existing NullableCollections lints (S edition)Adrian Roos
2020-12-16Add attributions to PackageInfoNate Myren
2020-04-29Update more Parcelables to send Strings UTF-8.Jeff Sharkey
2020-04-21Update some Parcelables to send Strings UTF-8.Jeff Sharkey
2020-02-24Squash same ApplicationInfo's in ParcelMakoto Onuki
2019-12-18Use new UnsupportedAppUsage annotation.Artur Satayev
2019-12-06Revert "Revert "Deprecate PackageParser#Package""Winson
2019-10-01Revert "Deprecate PackageParser#Package"Winson Chiu
2019-09-26Deprecate PackageParser#PackageWinson
2019-03-21Add targetOverlayableName to OverlayInfoRyan Mitchell
2019-02-28All Parcelable CREATOR fields are @NonNull.Jeff Sharkey
2019-02-05Remove usage infoChad Brubaker
2019-01-19Merge "Fix: PackageInfo for apex has wrong info"Dario Freni
2019-01-18Fix: PackageInfo for apex has wrong infoJiyong Park
2019-01-18Add enforcement of overlayable targetNameRyan Mitchell
2018-12-28Limit access to suspected false positives.Mathew Inwood
2018-11-28Add permission usage informationChad Brubaker
2018-11-19Add MATCH_APEX flag to getInstalledPackages.Dario Freni
2018-08-31Fix typo - 'singed' to 'signed'Xin Wei Chow
2018-08-15Add @UnsupportedAppUsage annotationsMathew Inwood
2018-04-16Replace PackageInfo#signingCertificateHistory field doc reference.Dan Cashman
2018-04-10Add SigningInfo class to expose package signing details.Dan Cashman
2018-02-13OverlayManager: Add categoriesAdrian Roos
2018-02-06PackageInfo: add Parcel read/write for cert history.Dan Cashman
2018-01-25Merge changes I8d43f5bc,I5ca4b0caTreeHugger Robot
2018-01-24PackageManager: allow overlays to be installed when signature matches platfor...Adam Lesinski
2018-01-23Add API to expose signing certificate proof-of-rotation.Daniel Cashman
2017-12-08OMS: Only allow trusted overlays to be registered.Adam Lesinski
2017-12-04Add major version code to platform.Dianne Hackborn
2017-11-21Show warning when app was compiled against incompatible preview SDKAlan Viverette
2017-08-23Use all certs for computing package signing sha256Svetoslav Ganov
2017-07-25compressed images on system partitionTodd Kennedy
2017-04-11Bring back the priority feature for static RROJaekyun Seok
2017-03-15Apply static RROJaekyun Seok
2017-01-22Platform support for static shared librariesSvet Ganov
2015-09-10Avoid parceling redundant ApplicationInfo objects within PackageInfoChristopher Tate
2015-03-23Runtime permissions: per user permission tracking.Svetoslav
2014-11-24Introduce revision codes for split APKs.Jeff Sharkey
2014-10-08Improve priority ordering of apps when performing boot dexopt.Jeff Hao
2014-08-18Revert "Adding the requiredForProfile flag."Nicolas Prévot
2014-08-15Add FeatureGroup to PackageInfoAdam Lesinski
2014-07-15Parse more split APK manifest details.Jeff Sharkey
2014-07-14Public API for PackageInstaller!Jeff Sharkey
2014-02-24Adding the requiredForProfile flag.Nicolas Prevot
2014-02-03Runtime resource overlay, iteration 2Mårten Kongstad
2013-04-12Introducing manifest flag requiredAccountTypeAmith Yamasani
2013-04-11Optional <uses-permission> not yet supported.Nick Kralevich
2013-03-28Merge "Restricted account visibility" into jb-mr2-devAmith Yamasani
2013-03-27Restricted account visibilityAmith Yamasani