summaryrefslogtreecommitdiff
path: root/services/java/com/android/server/pm/UserManagerService.java
AgeCommit message (Expand)Author
2013-12-19Move some system services to separate directoriesAmith Yamasani
2013-09-26Don't remove restrictions files that are validAmith Yamasani
2013-09-05Remove unused APIs and rename others based on API reviewAmith Yamasani
2013-08-29UserManagerService upgrades users on first restart.Geoffrey Borggaard
2013-08-07Try again to cleanup all blocked appsAmith Yamasani
2013-08-06Remove restrictions PIN for all usersAmith Yamasani
2013-07-23User restriction API to disable single-user restrictions feature.Amith Yamasani
2013-07-18Have UserManagerService clear the restrictions and unblock appsAmith Yamasani
2013-07-09Clean up any restrictions files that shouldn't be there.Amith Yamasani
2013-06-25Single-user restrictionsAmith Yamasani
2013-05-09Cache the scaled avatar drawables in the keyguard user switcherAmith Yamasani
2013-04-17Modify restrictions bundle per api council recommendationsAmith Yamasani
2013-04-11Add user restrictions (credentials, user removal)Emily Bernier
2013-04-10Fix a security check in getting app restrictionsAmith Yamasani
2013-03-29Improve RestrictionEntry APIAmith Yamasani
2013-03-27Add user restrictions for bluetooth, sideloading, usb file transferMaggie Benthall
2013-03-26Device Owner, a special kind of device adminAmith Yamasani
2013-03-20Application restrictions APIAmith Yamasani
2013-03-06Shared accounts and sharing of appsAmith Yamasani
2013-02-25Add location sharing toggle user restriction.Maggie Benthall
2013-02-12Hacks to fix lockdownGeoffrey Borggaard
2013-02-08Starting point for User Restrictions APIAmith Yamasani
2012-11-15Make sure that the owner user is marked initialized.Amith Yamasani
2012-11-07Avoid recycling recently removed user IDs.Jeff Sharkey
2012-10-26Fix the user name for the owner.Amith Yamasani
2012-10-19Fix crashes when quickly adding and removing usersAmith Yamasani
2012-10-17Allow services to query the info for a dying user.Amith Yamasani
2012-10-15Do cleanup when Stopping usersAmith Yamasani
2012-10-04Fix serial number assignment for new user on a freshly wiped deviceAmith Yamasani
2012-09-28Fix issue #7211769 and #7244492, thrash around on #7226656.Dianne Hackborn
2012-09-20Query users excluding any being removedAmith Yamasani
2012-09-18Multi-user MTP.Jeff Sharkey
2012-09-17Pass Bitmap instead of ParcelFileDescriptor in UserManagerAmith Yamasani
2012-09-17Merge "Start userId from 10, reserving 1-9 for special use in the future." in...Amith Yamasani
2012-09-17Start userId from 10, reserving 1-9 for special use in the future.Amith Yamasani
2012-09-17Add UserManager.getUserIcon()Amith Yamasani
2012-09-15More multi-user stuff.Dianne Hackborn
2012-09-11Enforce a user limitAmith Yamasani
2012-09-10Flesh out multi-user in am commands.Dianne Hackborn
2012-08-31Centralize the creation of the user system directoryAmith Yamasani
2012-08-30Improve multi-user broadcasts.Dianne Hackborn
2012-08-28Start implementing concept of "running" users.Dianne Hackborn
2012-08-24Some clean up of app install and user management.Dianne Hackborn
2012-08-24Keep track of whether an app is installed for each user.Dianne Hackborn
2012-08-22Merge "Fix deadlock in removing a user" into jb-mr1-devAmith Yamasani
2012-08-22Fix deadlock in removing a userAmith Yamasani
2012-08-22Remove permission requirement for some UserManager callsAmith Yamasani
2012-08-17Fix build part 2Amith Yamasani
2012-08-17Save preferred activity info with user id.Amith Yamasani
2012-08-17UserHandle to UserSerialNo mappingAmith Yamasani