summaryrefslogtreecommitdiffstats
path: root/core/java/android/os/UserManager.java
Commit message (Expand)AuthorAgeFilesLines
* Remove unused APIs and rename others based on API reviewAmith Yamasani2013-09-051-23/+13
* Make location QuickSettings multi-user compatible (b/10563313)David Christie2013-09-041-1/+12
* User restriction API to disable single-user restrictions feature.Amith Yamasani2013-07-231-0/+10
* Have UserManagerService clear the restrictions and unblock appsAmith Yamasani2013-07-181-0/+9
* Single-user restrictionsAmith Yamasani2013-06-251-0/+58
* Hide isLinkedUser()Amith Yamasani2013-04-251-0/+1
* Modify restrictions bundle per api council recommendationsAmith Yamasani2013-04-171-4/+21
* Rename isUserLimited to isLinkedUserAmith Yamasani2013-04-131-3/+3
* Rename isUserRestricted to isUserLimitedAmith Yamasani2013-04-121-6/+5
* Add user restrictions (credentials, user removal)Emily Bernier2013-04-111-1/+20
* Block access to accounts for limited users.Amith Yamasani2013-03-301-0/+8
* Add user restrictions for bluetooth, sideloading, usb file transferMaggie Benthall2013-03-271-9/+46
* Fix docs build.Amith Yamasani2013-03-261-4/+3
* Device Owner, a special kind of device adminAmith Yamasani2013-03-261-23/+70
* Application restrictions APIAmith Yamasani2013-03-201-2/+39
* Add location sharing toggle user restriction.Maggie Benthall2013-02-251-5/+28
* Starting point for User Restrictions APIAmith Yamasani2013-02-081-0/+65
* Fix issue #7408647: Add getUserCount() APIDianne Hackborn2012-10-241-4/+13
* Temporarily disable multiuser for specific buildsAmith Yamasani2012-10-121-0/+2
* Fix issue #7311376: Add API to allow apps to know if they are...Dianne Hackborn2012-10-091-0/+35
* Fix issue #7290206: Need API to get/look up user serial numberDianne Hackborn2012-10-041-0/+26
* Merge "New method returning user metadata." into jb-mr1-devDan Morrill2012-09-211-0/+9
|\
| * New method returning user metadata.Dan Morrill2012-09-201-0/+9
* | Query users excluding any being removedAmith Yamasani2012-09-201-3/+17
|/
* Migrate UI to supportsMultipleUsers().Jeff Sharkey2012-09-191-1/+1
* Multi-user MTP.Jeff Sharkey2012-09-181-2/+4
* Merge "Pass Bitmap instead of ParcelFileDescriptor in UserManager" into jb-mr...Amith Yamasani2012-09-171-9/+9
|\
| * Pass Bitmap instead of ParcelFileDescriptor in UserManagerAmith Yamasani2012-09-171-9/+9
* | Merge "Fix API review bugs." into jb-mr1-devDianne Hackborn2012-09-171-2/+3
|\ \ | |/ |/|
| * Fix API review bugs.Dianne Hackborn2012-09-171-2/+3
* | Add UserManager.getUserIcon()Amith Yamasani2012-09-171-0/+16
|/
* Remove permission requirement for some UserManager callsAmith Yamasani2012-08-221-0/+9
* Switch public APIs to use new UserHandle class for identifying users.Dianne Hackborn2012-08-171-1/+1
* UserHandle to UserSerialNo mappingAmith Yamasani2012-08-171-0/+36
* User Manager service to manage users and query user detailsAmith Yamasani2012-08-111-0/+212