summaryrefslogtreecommitdiff
path: root/core/java/android/content/pm/ResolveInfo.java
AgeCommit message (Expand)Author
2021-03-16Remove app links caller BROWSABLE requirementWinson
2020-10-29Add maxTargetSdk restriction to unused APIs.Mathew Inwood
2020-10-28Revert "Add maxTargetSdk restriction to unused APIs."Hongwei Wang
2020-10-27Add maxTargetSdk restriction to unused APIs.Mathew Inwood
2020-04-29Update more Parcelables to send Strings UTF-8.Jeff Sharkey
2020-02-19Enforce the cross-profile intent check.Alex Kershaw
2019-12-18Use new UnsupportedAppUsage annotation.Artur Satayev
2019-06-17Remove @Deprecated && @removed package fields.Kweku Adams
2019-02-28All Parcelable CREATOR fields are @NonNull.Jeff Sharkey
2019-01-18Resolve all browsers even if there is a default browser.Hai Zhang
2018-08-15Add @UnsupportedAppUsage annotationsMathew Inwood
2018-02-03Pass in the user defined by Context.Jeff Sharkey
2017-10-18Preserve ranking attrs of resolve infos for installing a feature splitSvet Ganov
2017-08-31Fix wrong dump output of *Info#flagsYohei Yukawa
2017-05-01Rename to follow API council guidance.Jeff Sharkey
2017-02-28Add boolean when instant apps are availableTodd Kennedy
2017-02-23Load splits on-demandTodd Kennedy
2016-11-14Implement 2-phase resolutionTodd Kennedy
2016-11-08Implement new APITodd Kennedy
2016-07-21Implement new ephemeral resolver designTodd Kennedy
2016-01-06Update logic for resolving verifiers.Jeff Sharkey
2015-12-15Fix ephemeral post-install launchingTodd Kennedy
2015-12-09Add a mechanism for broadcasts to control background dispatching.Dianne Hackborn
2015-05-28Use the intent filter icon in ResolveInfo for managed profile.Sudheer Shanka
2015-05-04Fix LauncherActivityInfo.getBadgedIcon() cannot get high density iconRicky Wai
2015-04-08Add IntentFilter auto verification - part 4Fabrice Di Meglio
2015-03-30Add IntentFilter auto verificationFabrice Di Meglio
2014-07-02Returning badged icons for components of corporate apps.Nicolas Prevot
2014-06-23Show the icon of the personal space.Nicolas Prevot
2013-10-07Add <intent-filter> support to <provider>.Jeff Sharkey
2013-09-24Fix issue #10848916: "Always" button is not working.Dianne Hackborn
2013-05-29Optimizations for ResolverActivityAdam Powell
2012-09-23Fix issue #7209355, #7214271.Dianne Hackborn
2011-10-27Clarify the docs around the activityInfo field.Jeff Hamilton
2011-08-18Fix issue #5180553: permission RECEIVE_BOOT_COMPLETED is not checkedDianne Hackborn
2010-03-30Show SD unavailable icon for apps on SD when ejected.Jeff Brown
2010-03-29Fix possible security issue.Romain Guy
2010-03-11Add correct copyright headers to multiple filesKenny Root
2009-09-07Implement all of the infrastructure for configuring wallpapers.Dianne Hackborn
2009-03-03auto import from //depot/cupcake/@135843The Android Open Source Project
2009-03-03auto import from //depot/cupcake/@135843The Android Open Source Project
2008-10-21Initial ContributionThe Android Open Source Project