summaryrefslogtreecommitdiff
path: root/services/java/com/android/server/pm/UserManagerService.java
Commit message (Expand)AuthorAgeFilesLines
* Move some system services to separate directoriesAmith Yamasani2013-12-191-1568/+0
* Don't remove restrictions files that are validAmith Yamasani2013-09-261-7/+17
* Remove unused APIs and rename others based on API reviewAmith Yamasani2013-09-051-12/+4
* UserManagerService upgrades users on first restart.Geoffrey Borggaard2013-08-291-41/+1
* Try again to cleanup all blocked appsAmith Yamasani2013-08-071-6/+37
* Remove restrictions PIN for all usersAmith Yamasani2013-08-061-3/+20
* User restriction API to disable single-user restrictions feature.Amith Yamasani2013-07-231-4/+17
* Have UserManagerService clear the restrictions and unblock appsAmith Yamasani2013-07-181-9/+98
* Clean up any restrictions files that shouldn't be there.Amith Yamasani2013-07-091-0/+25
* Single-user restrictionsAmith Yamasani2013-06-251-0/+179
* Cache the scaled avatar drawables in the keyguard user switcherAmith Yamasani2013-05-091-1/+1
* Modify restrictions bundle per api council recommendationsAmith Yamasani2013-04-171-22/+38
* Add user restrictions (credentials, user removal)Emily Bernier2013-04-111-0/+4
* Fix a security check in getting app restrictionsAmith Yamasani2013-04-101-2/+5
* Improve RestrictionEntry APIAmith Yamasani2013-03-291-4/+4
* Add user restrictions for bluetooth, sideloading, usb file transferMaggie Benthall2013-03-271-1/+8
* Device Owner, a special kind of device adminAmith Yamasani2013-03-261-22/+20
* Application restrictions APIAmith Yamasani2013-03-201-0/+154
* Shared accounts and sharing of appsAmith Yamasani2013-03-061-4/+4
* Add location sharing toggle user restriction.Maggie Benthall2013-02-251-0/+3
* Hacks to fix lockdownGeoffrey Borggaard2013-02-121-0/+8
* Starting point for User Restrictions APIAmith Yamasani2013-02-081-9/+75
* Make sure that the owner user is marked initialized.Amith Yamasani2012-11-151-3/+12
* Avoid recycling recently removed user IDs.Jeff Sharkey2012-11-071-23/+42
* Fix the user name for the owner.Amith Yamasani2012-10-261-1/+39
* Fix crashes when quickly adding and removing usersAmith Yamasani2012-10-191-10/+29
* Allow services to query the info for a dying user.Amith Yamasani2012-10-171-6/+16
* Do cleanup when Stopping usersAmith Yamasani2012-10-151-2/+7
* Fix serial number assignment for new user on a freshly wiped deviceAmith Yamasani2012-10-041-2/+5
* Fix issue #7211769 and #7244492, thrash around on #7226656.Dianne Hackborn2012-09-281-48/+120
* Query users excluding any being removedAmith Yamasani2012-09-201-11/+109
* Multi-user MTP.Jeff Sharkey2012-09-181-5/+2
* Pass Bitmap instead of ParcelFileDescriptor in UserManagerAmith Yamasani2012-09-171-16/+25
* Merge "Start userId from 10, reserving 1-9 for special use in the future." in...Amith Yamasani2012-09-171-1/+1
|\
| * Start userId from 10, reserving 1-9 for special use in the future.Amith Yamasani2012-09-171-1/+1
* | Add UserManager.getUserIcon()Amith Yamasani2012-09-171-4/+17
|/
* More multi-user stuff.Dianne Hackborn2012-09-151-32/+52
* Enforce a user limitAmith Yamasani2012-09-111-0/+15
* Flesh out multi-user in am commands.Dianne Hackborn2012-09-101-1/+1
* Centralize the creation of the user system directoryAmith Yamasani2012-08-311-0/+12
* Improve multi-user broadcasts.Dianne Hackborn2012-08-301-1/+2
* Start implementing concept of "running" users.Dianne Hackborn2012-08-281-6/+31
* Some clean up of app install and user management.Dianne Hackborn2012-08-241-127/+92
* Keep track of whether an app is installed for each user.Dianne Hackborn2012-08-241-5/+6
* Merge "Fix deadlock in removing a user" into jb-mr1-devAmith Yamasani2012-08-221-2/+4
|\
| * Fix deadlock in removing a userAmith Yamasani2012-08-221-2/+4
* | Remove permission requirement for some UserManager callsAmith Yamasani2012-08-221-12/+21
|/
* Fix build part 2Amith Yamasani2012-08-171-1/+2
* Save preferred activity info with user id.Amith Yamasani2012-08-171-0/+1
* UserHandle to UserSerialNo mappingAmith Yamasani2012-08-171-55/+89