2025 年 3 月 27 日より、AOSP のビルドとコントリビューションには aosp-main
ではなく android-latest-release
を使用することをおすすめします。詳細については、AOSP の変更をご覧ください。
ユーザーとアカウントの管理
コレクションでコンテンツを整理
必要に応じて、コンテンツの保存と分類を行います。
ユーザー管理には、ユーザー、アカウント、アプリデータが含まれます。
- ユーザー。各ユーザーは、それぞれ異なる人物を想定しています。ユーザーごとに個別のアプリデータ、固有の設定、ユーザー インターフェースがあり、これらはユーザー間で明示的に切り替えられます。詳しくは、マルチユーザー サポートをご覧ください。
- アカウント。アカウントはユーザーに含まれますが、ユーザーによって定義されることはありません。同様に、ユーザーがアカウントによって定義されたり、特定のアカウントにリンクされたりすることはありません。ユーザーには固有のアカウントが含まれますが、アカウントがなくてもそのユーザーとプロファイルは機能します。詳しくは、Account クラスの定義をご覧ください。
- アプリデータ。各ユーザーにはアプリデータがあり、同じユーザー内の他のアプリからサンドボックス化されています。同じユーザー内の複数のアプリは、IPC 経由で相互にやり取りできます。
注: Android Automotive では、自動車固有の Android デバイス管理(Android for Enterprise)またはプロファイル(管理または制限の対象)はサポートされていません。
ユーザーとアカウントの管理: ユーザー インターフェース
Android Automotive OS は、ユーザーとアカウントの管理に使用するユーザー エクスペリエンスとインターフェースを提供しています。
- CarSettings。CarSettings アプリには、ユーザーとアカウントを管理するための UI が含まれています。これには、管理ユーザーが他の非管理ユーザーのロールと制限を調整できる UI が含まれています。
- クイック設定。クイック設定(CarSettings アプリ内)には、ユーザーを簡単に切り替えるための UI が含まれています。
- ユーザー選択。デバイスの起動後、システム UI には、ユーザーが既存のユーザーを切り替えて新しいユーザーを作成するためのユーザー選択画面が表示されます。
ユーザーの管理: ロールと制限
今後のリリースでは、ユーザー ロールを通じて適用されるデフォルト制限のカスタマイズが簡素化される予定です。
このページのコンテンツやコードサンプルは、コンテンツ ライセンスに記載のライセンスに従います。Java および OpenJDK は Oracle および関連会社の商標または登録商標です。
最終更新日 2025-07-27 UTC。
[[["わかりやすい","easyToUnderstand","thumb-up"],["問題の解決に役立った","solvedMyProblem","thumb-up"],["その他","otherUp","thumb-up"]],[["必要な情報がない","missingTheInformationINeed","thumb-down"],["複雑すぎる / 手順が多すぎる","tooComplicatedTooManySteps","thumb-down"],["最新ではない","outOfDate","thumb-down"],["翻訳に関する問題","translationIssue","thumb-down"],["サンプル / コードに問題がある","samplesCodeIssue","thumb-down"],["その他","otherDown","thumb-down"]],["最終更新日 2025-07-27 UTC。"],[],[],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."]]