summaryrefslogtreecommitdiff
path: root/core/java/android/content/pm/UserInfo.java
Commit message (Expand)AuthorAgeFilesLines
* Merge "Ensure getUserName cannot return null" into tm-dev am: 1503b56202 am: ...Adam Bookatz2022-05-041-1/+2
|\
| * Ensure getUserName cannot return nullAdam Bookatz2022-05-021-1/+2
* | Guest mode updates to resolve privacy concerns in guest modeKedar Chitnis2022-04-141-1/+18
|/
* UserInfo.isDemo() to also check UserInfo.FLAG_DEMOCherie Cheung2021-08-231-1/+1
* Add app clone profile and APIs.Saumya Pathak2021-03-231-0/+4
* Exposed some testAPIs in UserManagerKholoud Mohamed2021-02-261-0/+2
* Should not switch to a user with removal in progressMayank Garg2020-10-071-2/+3
* Added UserInfo.convertedFromPreCreatedFelipe Leme2020-09-081-0/+10
* Update more Parcelables to send Strings UTF-8.Jeff Sharkey2020-04-291-8/+8
* Switching to pre-created users should not be supported.jovanak2020-01-231-0/+4
* Use new UnsupportedAppUsage annotation.Artur Satayev2019-12-181-1/+1
* Do not use empty UserInfo constructorBookatz2019-11-261-0/+9
* Merge "Move UserTypeDetails & UserTypeFactory to services"TreeHugger Robot2019-11-211-6/+5
|\
| * Move UserTypeDetails & UserTypeFactory to servicesBookatz2019-11-181-6/+5
* | Merge "Removed UserInfo.FLAG_MASK_USER_TYPE, it's not used anywhere anymore"TreeHugger Robot2019-11-181-3/+0
|\ \ | |/ |/|
| * Removed UserInfo.FLAG_MASK_USER_TYPE, it's not used anywhere anymoreFelipe Leme2019-09-131-3/+0
* | Introduce user typesBookatz2019-11-141-29/+95
* | Update UserInfo.supportsSwitchToByUser to support Headless User ModeAnthony Hugh2019-10-171-1/+1
* | Tiny improvement on UserInfo.getUserHandle()Makoto Onuki2019-10-091-1/+1
* | Fix UserInfo ParcelBookatz2019-10-031-1/+1
* | Added option to pre-create user templates to optimize first user creation time.Felipe Leme2019-10-021-4/+35
* | Whitelist packages for user typesBookatz2019-09-241-0/+7
* | Not support flag primary in headless system user mode for now.Ying Zheng2019-09-111-1/+1
|/
* Defined a more generic way to let services "opt-out" from certain user types.Felipe Leme2019-08-211-0/+8
* Initial implementation of system service optimizations for different type of ...Felipe Leme2019-08-131-2/+43
* UserInfo: FULL and SYSTEM flagsBookatz2019-08-091-0/+26
* Add isHeadlessSystemUserMode() to UserManagerEric Jeong2019-07-191-5/+1
* Add condition to check if a user can have profile userEric Jeong2019-07-171-2/+5
* All Parcelable CREATOR fields are @NonNull.Jeff Sharkey2019-02-281-1/+1
* Add @UnsupportedAppUsage annotationsMathew Inwood2018-08-151-0/+22
* Allow overriding max profile in debugable builds.Kenny Guy2016-11-291-0/+5
* Add javadoc for profileGroupIdTony Mak2016-11-021-0/+5
* Remove another fw.show_hidden_usersRobin Lee2016-08-041-2/+1
* Retail mode flag and some clients for itAmith Yamasani2016-05-181-2/+11
* Update PRE_BOOT_COMPLETED for FBE.Jeff Sharkey2016-03-271-0/+4
* Localize owner's name to current locale until changedAmith Yamasani2016-03-231-0/+1
* Prevent ephemeral user from being re-entered after stop.Lenka Trochtova2016-02-241-0/+7
* User creation with an intentAmith Yamasani2016-01-151-0/+4
* Introduce ephemeral users.Lenka Trochtova2015-12-081-0/+11
* Introduce quiet mode state to managed profile usersRubin Xu2015-12-071-0/+4
* Cleanup USER_OWNER in activity and location servicesXiaohui Chen2015-09-231-1/+10
* Non-system users can now have restricted profilesFyodor Kupolov2015-08-271-1/+5
* Merge "Limit the number of apps running as system user"Fyodor Kupolov2015-08-261-0/+9
|\
| * Limit the number of apps running as system userFyodor Kupolov2015-08-261-0/+9
* | More USER_OWNER cleanup.Xiaohui Chen2015-08-241-1/+2
|/
* Allow non-owner users to have managed profiles.Nicolas Prevot2015-08-201-0/+11
* sys user split: refactor systemui user switcherXiaohui Chen2015-07-141-0/+10
* Introduce system user and primary user.Xiaohui Chen2015-06-231-2/+2
* ActivityManager shouldn't return null for getCurrentUserAdam Lesinski2014-09-091-0/+4
* Adds an enabled state in UserInfo instead of DevicePolicyManagerAlexandra Gherghina2014-05-011-2/+11