summaryrefslogtreecommitdiff
path: root/core/java/android/content/pm/UserInfo.java
AgeCommit message (Expand)Author
2021-03-23Add app clone profile and APIs.Saumya Pathak
2021-02-26Exposed some testAPIs in UserManagerKholoud Mohamed
2020-10-07Should not switch to a user with removal in progressMayank Garg
2020-09-08Added UserInfo.convertedFromPreCreatedFelipe Leme
2020-04-29Update more Parcelables to send Strings UTF-8.Jeff Sharkey
2020-01-23Switching to pre-created users should not be supported.jovanak
2019-12-18Use new UnsupportedAppUsage annotation.Artur Satayev
2019-11-26Do not use empty UserInfo constructorBookatz
2019-11-21Merge "Move UserTypeDetails & UserTypeFactory to services"TreeHugger Robot
2019-11-18Merge "Removed UserInfo.FLAG_MASK_USER_TYPE, it's not used anywhere anymore"TreeHugger Robot
2019-11-18Move UserTypeDetails & UserTypeFactory to servicesBookatz
2019-11-14Introduce user typesBookatz
2019-10-17Update UserInfo.supportsSwitchToByUser to support Headless User ModeAnthony Hugh
2019-10-09Tiny improvement on UserInfo.getUserHandle()Makoto Onuki
2019-10-03Fix UserInfo ParcelBookatz
2019-10-02Added option to pre-create user templates to optimize first user creation time.Felipe Leme
2019-09-24Whitelist packages for user typesBookatz
2019-09-13Removed UserInfo.FLAG_MASK_USER_TYPE, it's not used anywhere anymoreFelipe Leme
2019-09-11Not support flag primary in headless system user mode for now.Ying Zheng
2019-08-21Defined a more generic way to let services "opt-out" from certain user types.Felipe Leme
2019-08-13Initial implementation of system service optimizations for different type of ...Felipe Leme
2019-08-09UserInfo: FULL and SYSTEM flagsBookatz
2019-07-19Add isHeadlessSystemUserMode() to UserManagerEric Jeong
2019-07-17Add condition to check if a user can have profile userEric Jeong
2019-02-28All Parcelable CREATOR fields are @NonNull.Jeff Sharkey
2018-08-15Add @UnsupportedAppUsage annotationsMathew Inwood
2016-11-29Allow overriding max profile in debugable builds.Kenny Guy
2016-11-02Add javadoc for profileGroupIdTony Mak
2016-08-04Remove another fw.show_hidden_usersRobin Lee
2016-05-18Retail mode flag and some clients for itAmith Yamasani
2016-03-27Update PRE_BOOT_COMPLETED for FBE.Jeff Sharkey
2016-03-23Localize owner's name to current locale until changedAmith Yamasani
2016-02-24Prevent ephemeral user from being re-entered after stop.Lenka Trochtova
2016-01-15User creation with an intentAmith Yamasani
2015-12-08Introduce ephemeral users.Lenka Trochtova
2015-12-07Introduce quiet mode state to managed profile usersRubin Xu
2015-09-23Cleanup USER_OWNER in activity and location servicesXiaohui Chen
2015-08-27Non-system users can now have restricted profilesFyodor Kupolov
2015-08-26Merge "Limit the number of apps running as system user"Fyodor Kupolov
2015-08-26Limit the number of apps running as system userFyodor Kupolov
2015-08-24More USER_OWNER cleanup.Xiaohui Chen
2015-08-20Allow non-owner users to have managed profiles.Nicolas Prevot
2015-07-14sys user split: refactor systemui user switcherXiaohui Chen
2015-06-23Introduce system user and primary user.Xiaohui Chen
2014-09-09ActivityManager shouldn't return null for getCurrentUserAdam Lesinski
2014-05-01Adds an enabled state in UserInfo instead of DevicePolicyManagerAlexandra Gherghina
2014-04-02Rename related users to profiles.Kenny Guy
2014-02-24Hide managed profiles from user switchers.Kenny Guy
2014-02-11Add concepts of related users and managed profiles to user manager.Kenny Guy
2013-03-06Shared accounts and sharing of appsAmith Yamasani