summaryrefslogtreecommitdiff
path: root/core/java/android/os/UserManagerInternal.java
Commit message (Expand)AuthorAgeFilesLines
* Move UserManagerInternal into services.jarChristopher Tate2019-10-171-250/+0
* Stop LockSettingsService from calling DevicePolicyManager directlyRubin Xu2019-09-251-0/+10
* Merge "int userHandle -> int userId"TreeHugger Robot2019-09-061-1/+1
|\
| * int userHandle -> int userIdBookatz2019-09-061-1/+1
* | Improved AbstractMasterSystemService to handle supported user types.Felipe Leme2019-08-261-0/+6
|/
* Initial implementation of system service optimizations for different type of ...Felipe Leme2019-08-131-0/+7
* Removes direct use of LocalServices.getServicePatrick Baumann2019-08-021-0/+3
* Block adb from changing certain settings value when corresponding useryuemingw2018-03-071-0/+15
* Using UserManagerInternal for access control instead of UserManagerSunny Goyal2018-03-051-0/+20
* Add getDisallowedSystemApps to DevicePolicyManagerAlex Chau2017-12-121-1/+2
* Move mPermissions from package settingsTodd Kennedy2017-10-051-1/+11
* Purge Nonexistent User Jobs on BootMichael Wachenschwanz2017-05-161-0/+8
* Make ENSURE_VERIFY_APPS global even when set by PO.Pavel Grafov2017-01-161-11/+15
* Create DISALLOW_{ADD,REMOVE}_MANAGED_PROFILE user restrictionsEsteban Talavera2016-12-131-2/+4
* Switch isUserUnlocked/isUserRunning to use UMS.mUserStatesFyodor Kupolov2016-12-021-0/+6
* Allow DO to remove user even if DISALLOW_REMOVE_USER is set.Nicolas Prevot2016-10-281-0/+7
* Revert "Revert "Remove ActivityManager calls with PM.mInstallLock held""Amith Yamasani2016-05-271-8/+16
* Revert "Remove ActivityManager calls with PM.mInstallLock held"Bart Sears2016-05-271-16/+8
* Remove ActivityManager calls with PM.mInstallLock heldFyodor Kupolov2016-05-251-8/+16
* Push unlocking/unlocked state to UserManagerFyodor Kupolov2016-05-101-0/+14
* Prevent ephemeral user from being re-entered after stop.Lenka Trochtova2016-02-241-0/+11
* DPM.createAndManageUser should work even with DISALLOW_ADD_USER setphweiss2016-02-111-0/+9
* Add policy for enforcing that all users are ephemeral.Lenka Trochtova2016-01-271-0/+15
* Added restriction if a user is allowed to change the icon.Oleksandr Peletskyi2016-01-211-0/+10
* Don't call DPM from UserManager to avoid lock inversionMakoto Onuki2015-11-251-0/+12
* More work on layered user restrictions.Makoto Onuki2015-11-191-24/+13
* Have AudioService listen to DISALLOW_UNMUTE_MICROPHONE andMakoto Onuki2015-11-041-0/+20
* Introduced short-term lock for UMS internal stateFyodor Kupolov2015-11-031-2/+2
* Layer user restrictionsMakoto Onuki2015-10-271-0/+63