1. be81c80 Add api for getting the parent of a profile. by Jessica Hummel · 10 years ago
  2. 394a6cd New user restrictions for EDU by Emily Bernier · 10 years ago
  3. d46d0f9 Add new EDU user restrictions. by Julia Reynolds · 10 years ago
  4. 7b66ed5 Send ACTION_MANAGED_PROFILE_REMOVED broadcast. by Adam Connors · 10 years ago
  5. df35d57 Adds an enabled state in UserInfo instead of DevicePolicyManager by Alexandra Gherghina · 10 years ago
  6. be46532 Allow profile owners to set user restrictions by Amith Yamasani · 10 years ago
  7. 385124d Modify getUserProfiles to return only enabled profiles: by Alexandra Gherghina · 10 years ago
  8. 7a2b4d1 Allow device or profile owner app to modify user restrictions. by Emily Bernier · 10 years ago
  9. 66e5d96 Allow ProfileOwner apps to manage app restrictions by Robin Lee · 10 years ago
  10. 4f58263 Launcher APIs and broadcasts for managed profiles by Amith Yamasani · 10 years ago
  11. 2a76494 Rename related users to profiles. by Kenny Guy · 10 years ago
  12. 10ad982 Start enforcing explicit intents for Context.bindService() by Dianne Hackborn · 10 years ago
  13. c6d033e Correcting a deadlock in CreateRelatedUser by Nicolas Prevot · 10 years ago
  14. a52dc3e Add concepts of related users and managed profiles to user manager. by Kenny Guy · 10 years ago
  15. 9158825 Move some system services to separate directories by Amith Yamasani · 11 years ago[Renamed from services/java/com/android/server/pm/UserManagerService.java]
  16. fc95e70 Don't remove restrictions files that are valid by Amith Yamasani · 11 years ago
  17. d304af6 Remove unused APIs and rename others based on API review by Amith Yamasani · 11 years ago
  18. 15b8b2c UserManagerService upgrades users on first restart. by Geoffrey Borggaard · 11 years ago
  19. 5e486f5 Try again to cleanup all blocked apps by Amith Yamasani · 11 years ago
  20. 350962c Remove restrictions PIN for all users by Amith Yamasani · 11 years ago
  21. 0343ec3 User restriction API to disable single-user restrictions feature. by Amith Yamasani · 11 years ago
  22. 1a7472e Have UserManagerService clear the restrictions and unblock apps by Amith Yamasani · 11 years ago
  23. b82add2 Clean up any restrictions files that shouldn't be there. by Amith Yamasani · 11 years ago
  24. 655d0e2 Single-user restrictions by Amith Yamasani · 11 years ago
  25. 6fc1d4e Cache the scaled avatar drawables in the keyguard user switcher by Amith Yamasani · 11 years ago
  26. 7e99bc0 Modify restrictions bundle per api council recommendations by Amith Yamasani · 11 years ago
  27. b223f73 Add user restrictions (credentials, user removal) by Emily Bernier · 11 years ago
  28. 9429afb Fix a security check in getting app restrictions by Amith Yamasani · 11 years ago
  29. 86118ba Improve RestrictionEntry API by Amith Yamasani · 11 years ago
  30. a12fccf Add user restrictions for bluetooth, sideloading, usb file transfer by Maggie Benthall · 11 years ago
  31. 71e6c69 Device Owner, a special kind of device admin by Amith Yamasani · 11 years ago
  32. df2e92a Application restrictions API by Amith Yamasani · 11 years ago
  33. 67df64b Shared accounts and sharing of apps by Amith Yamasani · 12 years ago
  34. 6794458 Add location sharing toggle user restriction. by Maggie Benthall · 11 years ago
  35. e45e45e3 Hacks to fix lockdown by Geoffrey Borggaard · 11 years ago
  36. e4cf734 Starting point for User Restrictions API by Amith Yamasani · 12 years ago
  37. bc962505 Make sure that the owner user is marked initialized. by Amith Yamasani · 12 years ago
  38. ffe0cb4 Avoid recycling recently removed user IDs. by Jeff Sharkey · 12 years ago
  39. 6f34b41 Fix the user name for the owner. by Amith Yamasani · 12 years ago
  40. db6a14c Fix crashes when quickly adding and removing users by Amith Yamasani · 12 years ago
  41. 1638931 Allow services to query the info for a dying user. by Amith Yamasani · 12 years ago
  42. 756901d Do cleanup when Stopping users by Amith Yamasani · 12 years ago
  43. 634cf31 Fix serial number assignment for new user on a freshly wiped device by Amith Yamasani · 12 years ago
  44. d4ac8d7 Fix issue #7211769 and #7244492, thrash around on #7226656. by Dianne Hackborn · 12 years ago
  45. 920ace0 Query users excluding any being removed by Amith Yamasani · 12 years ago
  46. 27bd34d Multi-user MTP. by Jeff Sharkey · 12 years ago
  47. e928d7d Pass Bitmap instead of ParcelFileDescriptor in UserManager by Amith Yamasani · 12 years ago
  48. 1d31d5b Merge "Start userId from 10, reserving 1-9 for special use in the future." into jb-mr1-dev by Amith Yamasani · 12 years ago
  49. 07a0ede Start userId from 10, reserving 1-9 for special use in the future. by Amith Yamasani · 12 years ago
  50. 3b49f07 Add UserManager.getUserIcon() by Amith Yamasani · 12 years ago
  51. 5dc5a00 More multi-user stuff. by Dianne Hackborn · 12 years ago
  52. faea76f Enforce a user limit by Amith Yamasani · 12 years ago
  53. 1676c85 Flesh out multi-user in am commands. by Dianne Hackborn · 12 years ago
  54. 61f5737 Centralize the creation of the user system directory by Amith Yamasani · 12 years ago
  55. 5ac72a2 Improve multi-user broadcasts. by Dianne Hackborn · 12 years ago
  56. 80a4af2 Start implementing concept of "running" users. by Dianne Hackborn · 12 years ago
  57. 4428e17 Some clean up of app install and user management. by Dianne Hackborn · 12 years ago
  58. 7767eac Keep track of whether an app is installed for each user. by Dianne Hackborn · 12 years ago
  59. 2c1dfa2 Merge "Fix deadlock in removing a user" into jb-mr1-dev by Amith Yamasani · 12 years ago
  60. 0cd867c Fix deadlock in removing a user by Amith Yamasani · 12 years ago
  61. 19526374 Remove permission requirement for some UserManager calls by Amith Yamasani · 12 years ago
  62. fc6e0ca Fix build part 2 by Amith Yamasani · 12 years ago
  63. a3f133a Save preferred activity info with user id. by Amith Yamasani · 12 years ago
  64. 2a00329 UserHandle to UserSerialNo mapping by Amith Yamasani · 12 years ago
  65. f02b60a Rename UserId to UserHandle. by Dianne Hackborn · 12 years ago
  66. 258848d User Manager service to manage users and query user details by Amith Yamasani · 12 years ago[Renamed (78%) from services/java/com/android/server/pm/UserManager.java]
  67. b8151ec Add an icon to the user information. by Amith Yamasani · 12 years ago
  68. 1359360 User management and switching by Amith Yamasani · 12 years ago
  69. 483f3b0 Package restrictions per user by Amith Yamasani · 12 years ago
  70. 742a671 Multi-user - 1st major checkin by Amith Yamasani · 13 years ago
  71. bfd89b3 Don't forget to close files. by Dianne Hackborn · 13 years ago
  72. 0b28549 Plumbing in PackageManager and installd for multi-user support. by Amith Yamasani · 13 years ago[Renamed (65%) from services/java/com/android/server/pm/UserDetails.java]
  73. 4b2e934 Package manager changes to store and update user information. by Amith Yamasani · 13 years ago