自 2025 年 3 月 27 日起,我们建议您使用 android-latest-release
而非 aosp-main
构建 AOSP 并为其做出贡献。如需了解详情,请参阅 AOSP 的变更。
管理用户和账号
使用集合让一切井井有条
根据您的偏好保存内容并对其进行分类。
用户管理涉及用户、账号和应用数据。
- 用户。每个用户对应一个自然人。每个用户都有不同的应用数据、账号和一些独特的设置,以及可在多个用户之间明确切换的界面。如需了解详情,请参阅多用户支持。
- 账号。账号包含在用户中,但并非由某个用户定义;用户既不由任何特定账号进行定义,也不会关联到任何特定账号。用户持有各自的唯一账号;不过,即使没有用户,账号也可以正常发挥作用。如需了解详情,请参阅账号类定义。
- 应用数据。每个用户皆有应用数据,与同一用户的其他应用的数据以沙盒的形式隔离。同一用户的应用可以通过 IPC 彼此交互。
注意:汽车尚不支持特定于汽车的 Android 设备管理(Android for Enterprise)或资料(“受管理”或“受限”)。
管理用户和账号:界面
Android Automotive OS 提供用于管理用户和账号的参考用户体验和界面。
- 汽车设置。“汽车设置”应用中包含用于管理用户和账号的界面。其中包含一个界面,在该界面中,管理员用户可以调整其他非管理员用户的角色和限制。
- 快捷设置。“快捷设置”(在“汽车设置”应用内)包含用于轻松切换用户的界面。
- 用户选择器。设备启动时,系统界面会为用户提供一个“用户选择器”屏幕,供用户在现有用户之间进行切换以及创建新用户。
管理用户:角色和限制
未来的版本将支持更加轻松便捷地对基于用户角色的默认限制进行自定义。
本页面上的内容和代码示例受内容许可部分所述许可的限制。Java 和 OpenJDK 是 Oracle 和/或其关联公司的注册商标。
最后更新时间 (UTC):2025-07-27。
[null,null,["最后更新时间 (UTC):2025-07-27。"],[],[],null,["# Manage users and accounts\n\nUser management involves users, accounts, and app data.\n\n- **User.** Each user is intended to be used by a different physical person. Each user has distinct app data, accounts, and some unique settings, as well as a user interface to explicitly switch between users. For more information, see [Multi-user support](/docs/automotive/users_accounts/multi_user).\n- **Account.** Accounts are contained within a user but aren't defined by a user, nor is a user defined by or linked to any given account. Users contain their own unique accounts but aren't required to have accounts to be functional. For details, see the [Account\n class](https://developer.android.com/reference/android/accounts/Account.html) definition.\n- **App data.** Exists within each user and is sandboxed from other apps within the same user. Apps within the same user can interact with each other through IPC.\n\n**Note:** Automotive doesn't support either an\nAutomotive-specific version of Android device administration (Android for Enterprise)\nor profiles (managed or restricted).\n\n### Manage users and accounts: User interface\n\nAndroid Automotive OS provides a reference user experience and interface\nfor managing users and accounts.\n\n- **CarSettings.** The Car Settings app contains the UI for managing users and accounts. This includes a UI through which admin users can adjust the roles and restrictions of other non-admin users.\n- **Quick Settings.** Quick Settings (within the Car Settings app) contains a UI for easy access to switch users.\n- **User Picker.** Upon a device boot, the system UI provides a User Picker screen for a person to switch between existing and to create new users.\n\n**Manage users: Roles and restrictions**\n----------------------------------------\n\nFuture releases will support a more streamlined customization of the default\nrestrictions applied through the user role."]]