summaryrefslogtreecommitdiffstats
path: root/core/java/android/app/ApplicationPackageManager.java
Commit message (Expand)AuthorAgeFilesLines
* Handle null IPackageDeleteObserver.Jeff Sharkey2014-08-081-35/+0
* Surface user action events when un/installing.Jeff Sharkey2014-08-071-1/+20
* Add hidden API for removing cross-profile package filtersAlexandra Gherghina2014-08-061-0/+12
* Allow phone UID to export singleton providersAmith Yamasani2014-08-051-1/+12
* Use the appropriate default iconAlexandra Gherghina2014-07-311-1/+1
* Return a default icon from the package manager directlyAlexandra Gherghina2014-07-281-4/+4
* Storing the app who sets a CrossProfileIntentFilter.Nicolas Prevot2014-07-281-2/+4
* PackageInstaller changes based on feedback.Jeff Sharkey2014-07-251-10/+25
* Rename setApplicationBlocked to setApplicationHiddenAmith Yamasani2014-07-211-4/+4
* Temporary workaround for getApplicationInfo + multiArch.Narayan Kamath2014-07-161-0/+23
* Merge "Public API for PackageInstaller!" into lmp-devJeff Sharkey2014-07-151-1/+10
|\
| * Public API for PackageInstaller!Jeff Sharkey2014-07-141-1/+10
* | Initial KeySet API.dcashman2014-07-141-0/+59
|/
* Revert "Initial KeySet API."dcashman2014-07-121-59/+0
* Initial KeySet API.dcashman2014-07-121-0/+59
* Extend pm to support sessions and split APKs.Jeff Sharkey2014-07-091-2/+2
* Clean up IPackageManager install surface area.Jeff Sharkey2014-07-081-38/+53
* Returning badged icons for components of corporate apps.Nicolas Prevot2014-07-021-4/+21
* Expose per-user APIs for content services.Alexandra Gherghina2014-06-261-3/+8
* Show the icon of the personal space.Nicolas Prevot2014-06-231-0/+11
* Adds cross-profile intent filters for the Settings appAlexandra Gherghina2014-06-191-0/+12
* Introducing crossProfileIntentFilters that skip the current profile.Nicolas Prevot2014-06-181-20/+3
* Plumb split APKs into public API.Jeff Sharkey2014-06-171-1/+3
* Rename code related to cross-profile intents.Nicolas Prevot2014-05-231-5/+22
* Initial support for split APKs, PackageInstaller.Jeff Sharkey2014-05-141-3/+14
* Cleaning code related to the forwarding intent filters.Nicolas Prevot2014-05-061-0/+25
* am 9e99cab7: am 970417c7: Added getLeanbackLaunchIntentForPackage()Jose Lima2014-04-111-0/+18
|\
| * am 970417c7: Added getLeanbackLaunchIntentForPackage()Jose Lima2014-04-111-0/+18
| |\
| | * Added getLeanbackLaunchIntentForPackage()Jose Lima2014-04-111-0/+18
* | | Expand install observer semanticsChristopher Tate2014-03-271-5/+44
* | | Merge "Revert "Expand install observer semantics""Glenn Kasten2014-03-261-44/+5
|\ \ \
| * | | Revert "Expand install observer semantics"Glenn Kasten2014-03-261-44/+5
* | | | Merge "Expand install observer semantics"Christopher Tate2014-03-261-5/+44
|\ \ \ \ | |/ / /
| * | | Expand install observer semanticsChristopher Tate2014-03-251-5/+44
* | | | Shared library resource supportAdam Lesinski2014-03-251-1/+1
|/ / /
* | | resolved conflicts for merge of 4882ddfa to masterJose Lima2014-03-131-0/+33
|\ \ \ | |/ /
| * | am 91726f4e: Merge "Add banner attribute to app manifest" into klp-modular-devJose Lima2014-03-131-0/+33
| |\ \ | | |/
| | * Add banner attribute to app manifestJose Lima2014-03-121-0/+33
* | | Tabs -> spaces in frameworks/base.John Spurlock2014-02-251-1/+1
* | | resolved conflicts for merge of 1cbea39f to masterNick Kralevich2014-02-121-1/+1
|\ \ \ | |/ /
| * | Runtime resource overlay, iteration 2MÃ¥rten Kongstad2014-02-031-1/+1
| |/
* | Remove unused imports from frameworks/base.John Spurlock2013-11-201-2/+0
|/
* Add <intent-filter> support to <provider>.Jeff Sharkey2013-10-071-0/+16
* Add hidden API for querying available 'home' activitiesChristopher Tate2013-09-131-0/+10
* Fix issue #10688644: Java crash in com.android.phone:Dianne Hackborn2013-09-111-1/+1
* Mmmmmmm... lovely, lovely ArrayMap.Dianne Hackborn2013-07-181-22/+17
* Single-user restrictionsAmith Yamasani2013-06-251-0/+22
* Keep track of who has disabled applications.Dianne Hackborn2013-03-271-1/+2
* Shared accounts and sharing of appsAmith Yamasani2013-03-061-2/+3
* Rework ParceledListSlice to be much easier to use.Dianne Hackborn2013-01-181-33/+7