Starting March 27, 2025, we recommend using android-latest-release instead of aosp-main to build and contribute to AOSP. For more information, see Changes to AOSP.
Stay organized with collections
Save and categorize content based on your preferences.
Android supports multiple users
settings, apps, and data. Android Automotive relies on Android's multi-user support
to provide a shared device experience, wherein each device user is intended to be used by a
different physical person. In Android 10 and higher, Android
Automotive supports these types of users:
Headless
system user. The headless system user runs in the background and hosts all
system services. For Automotive, the system user isn't intended to be used, nor directly
accessed, by a physical person.
Regular user.
Automotive devices are shared devices and each user is intended to be
used by a different physical person. Android users can have different roles. See
Roles and restrictions for more information. In Automotive, all
regular users are secondary users.
Guest user. Automotive users can include temporary users, such as friends,
who borrow a vehicle. To accommodate uses like this, Android Automotive provides a guest user
with access to all components needed to use the vehicle. Only one guest user can be defined
on a device at a time.
The following diagram illustrates how the Automotive headless system user mode
supports the multi-user experience:
Vehicles are shared devices that may be driven by different people. Each person
can have their own user, each with their own apps and data. However, a vehicle owner may
not want all users to have the same ability to modify the device. Therefore, Automotive supports
the concept of providing users with different roles and restrictions. The following user roles are
supported:
Admin. By default, regular users with the role of admin can perform
every task. Admin users can grant the admin role to other users.
Non-admin. By default, regular users with the role non-admin can't
factory data reset the device, grant themselves an admin role, or delete other users.
Guest. By default, a guest user can neither factory data reset
the device nor delete other users. By default, a guest user has other restrictions,
such as not being able to modify (add or remove) accounts, install apps, or
apply a lockscreen. By default, guest is also ephemeral.
As stated above, each role has a default set of restrictions so that a new
user created with that role has the same respective restrictions.
Content and code samples on this page are subject to the licenses described in the Content License. Java and OpenJDK are trademarks or registered trademarks of Oracle and/or its affiliates.
Last updated 2025-06-12 UTC.
[[["Easy to understand","easyToUnderstand","thumb-up"],["Solved my problem","solvedMyProblem","thumb-up"],["Other","otherUp","thumb-up"]],[["Missing the information I need","missingTheInformationINeed","thumb-down"],["Too complicated / too many steps","tooComplicatedTooManySteps","thumb-down"],["Out of date","outOfDate","thumb-down"],["Samples / code issue","samplesCodeIssue","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2025-06-12 UTC."],[],[],null,["# Multi-user support\n\nAndroid supports [multiple users](/docs/devices/admin/multi-user#general_defs)\nsettings, apps, and data. Android Automotive relies on Android's multi-user support\nto provide a shared device experience, wherein each device user is intended to be used by a\ndifferent physical person. In Android 10 and higher, Android\nAutomotive supports these types of users:\n\n- **[Headless\n system user](/docs/devices/admin/multi-user#automotive-user-types).** The headless system user runs in the background and hosts all system services. For Automotive, the system user isn't intended to be used, nor directly accessed, by a physical person.\n- **[Regular user](/docs/devices/admin/multi-user#automotive-user-types).** Automotive devices are shared devices and each user is intended to be used by a different physical person. Android users can have different roles. See [Roles and restrictions](#roles-restrictions) for more information. In Automotive, all regular users are secondary users.\n- **Guest user.** Automotive users can include temporary users, such as friends, who borrow a vehicle. To accommodate uses like this, Android Automotive provides a guest user with access to all components needed to use the vehicle. Only one guest user can be defined on a device at a time.\n\n| **Note:** The primary user flag ([FLAG_PRIMARY](https://android.googlesource.com/platform/frameworks/base/+/refs/heads/android10-release/core/java/android/content/pm/UserInfo.java#46)) isn't yet supported in the Automotive headless system user model.\n\nThe following diagram illustrates how the Automotive headless system user mode\nsupports the multi-user experience:\n\n**Figure 1.** Multi-user experience.\n\nTo learn more, see [Android Automotive multi-user](/docs/devices/admin/multi-user#automotive-multi-user).\n\nRoles and restrictions\n----------------------\n\nVehicles are shared devices that may be driven by different people. Each person\ncan have their own user, each with their own apps and data. However, a vehicle owner may\nnot want all users to have the same ability to modify the device. Therefore, Automotive supports\nthe concept of providing users with different roles and restrictions. The following user roles are\nsupported:\n\n- **Admin.** By default, regular users with the role of admin can perform *every* task. Admin users can grant the admin role to other users.\n- **Non-admin.** By default, regular users with the role non-admin can't factory data reset the device, grant themselves an admin role, or delete other users.\n- **Guest.** By default, a guest user can neither factory data reset the device nor delete other users. By default, a guest user has other restrictions, such as not being able to modify (add or remove) accounts, install apps, or apply a lockscreen. By default, guest is also ephemeral.\n\nAs stated above, each role has a default set of restrictions so that a new\nuser created with that role has the same respective restrictions."]]