summaryrefslogtreecommitdiffstats
path: root/core/java/android/app/ApplicationPackageManager.java
Commit message (Expand)AuthorAgeFilesLines
* 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
* AppOps: fix nested op tracking, new API to get apps usingDianne Hackborn2013-01-161-0/+22
* New "app ops" service.Dianne Hackborn2013-01-091-0/+15
* Fix "system" resources; more context user work.Jeff Sharkey2012-09-271-22/+28
* Load resources for the correct userAmith Yamasani2012-09-251-0/+15
* Multi-user support for the accessibility layer.Svetoslav Ganov2012-09-211-7/+16
* More multi-user methods in PMAmith Yamasani2012-09-081-2/+15
* Initial draft of high-level multi-display APIs.Jeff Brown2012-08-311-2/+3
* Enforce permissions for calls with specified userIdAmith Yamasani2012-08-301-2/+10
* Keep track of whether an app is installed for each user.Dianne Hackborn2012-08-241-0/+16
* Allow verifiers to extend timeoutrich cannings2012-08-231-0/+10
* Improve multi-user app management.Dianne Hackborn2012-08-211-3/+3
* Pass URLs to package verifiersrich cannings2012-08-201-0/+13
* Save preferred activity info with user id.Amith Yamasani2012-08-171-1/+11
* Rename UserId to UserHandle.Dianne Hackborn2012-08-161-20/+20
* Add API to create new contexts with custom configurations.Dianne Hackborn2012-08-141-1/+1
* User Manager service to manage users and query user detailsAmith Yamasani2012-08-111-75/+1
* Revert "Pass URLs to package verifiers"Rich Cannings2012-08-081-14/+2
* Pass URLs to package verifiersrich cannings2012-08-021-2/+14
* Add an icon to the user information.Amith Yamasani2012-06-121-3/+4
* Add encryption parameters to package installationAnonymous Coward2012-05-071-2/+3
* User management and switchingAmith Yamasani2012-03-271-1/+16
* Package restrictions per userAmith Yamasani2012-03-221-19/+25
* New development permissions.Dianne Hackborn2012-02-231-0/+18
* Multi-user - 1st major checkinAmith Yamasani2012-02-031-7/+8
* Cache drawable constant states instead of drawablesRomain Guy2011-11-301-16/+21
* Unhide new PackageManager APIs for API 14Kenny Root2011-09-201-2/+2
* Add verifier device identityKenny Root2011-09-131-0/+14
* Infrastructure to support package verifierKenny Root2011-08-151-1/+22
* resolved conflicts for merge of b2d0ee16 to masterKenny Root2011-05-191-2/+26
|\
| * resolved conflicts for merge of 2433c443 to honeycomb-plus-aospKenny Root2011-05-191-2/+26
* | Plumbing in PackageManager and installd for multi-user support.Amith Yamasani2011-04-151-3/+10
* | Package manager changes to store and update user information.Amith Yamasani2011-04-111-1/+51
|/
* Don't log the full stack trace when we can't load a resource.Joe Onorato2011-01-201-0/+3
* Revert "Add the {get,set}PackageObbPaths calls to API"Kenny Root2011-01-171-19/+0
* Add the {get,set}PackageObbPaths calls to APIKenny Root2011-01-141-2/+12
* Fix launching of activities that I broke.Dianne Hackborn2010-12-151-7/+6
* Fix issue #3274841: Orientation change problem with a paused activityDianne Hackborn2010-12-131-2/+3
* Implement issue #2367442: Please add API for manipulating installerDianne Hackborn2010-11-191-0/+10
* Improve loggingAlon Albert2010-11-111-1/+1
* Move ApplicationPackageManager out of ContextImpl.javaBrad Fitzpatrick2010-11-101-0/+1113