החל מ-27 במרץ 2025, מומלץ להשתמש ב-android-latest-release
במקום ב-aosp-main
כדי ליצור תרומות ל-AOSP. מידע נוסף זמין במאמר שינויים ב-AOSP.
ניהול משתמשים וחשבונות
קל לארגן דפים בעזרת אוספים
אפשר לשמור ולסווג תוכן על סמך ההעדפות שלך.
ניהול משתמשים כולל משתמשים, חשבונות ונתוני אפליקציות.
- משתמש כל משתמש מיועד לשימוש של אדם פיזי אחר. לכל משתמש יש נתוני אפליקציה, חשבונות והגדרות ייחודיות משלו, וגם ממשק משתמש שמאפשר לעבור בין משתמשים באופן מפורש. מידע נוסף זמין במאמר תמיכה בכמה משתמשים.
- חשבון. החשבונות נכללים במשתמש, אבל הם לא מוגדרים על ידו, וגם המשתמש לא מוגדר על ידי חשבון נתון או מקושר אליו. למשתמשים יש חשבונות ייחודיים משלהם, אבל הם לא חייבים להיות בעלי חשבונות כדי לפעול. פרטים נוספים זמינים בהגדרה של Account class.
- נתוני אפליקציות נמצאת בכל משתמש ומבודדת בארגז חול מאפליקציות אחרות באותו משתמש. אפליקציות באותו משתמש יכולות ליצור אינטראקציה זו עם זו באמצעות IPC.
הערה: ב-Automotive אין תמיכה בגרסה ספציפית לכלי רכב של ניהול מכשירי Android (Android for Enterprise) או בפרופילים (מנוהלים או מוגבלים).
ניהול משתמשים וחשבונות: ממשק משתמש
מערכת ההפעלה Android Automotive OS מספקת ממשק וחוויית משתמש לדוגמה לניהול משתמשים וחשבונות.
- CarSettings. באפליקציית ההגדרות לרכב יש את ממשק המשתמש לניהול המשתמשים והחשבונות. הוא כולל ממשק משתמש שבו משתמשים עם הרשאת אדמין יכולים לשנות את התפקידים וההגבלות של משתמשים אחרים ללא הרשאת אדמין.
- הגדרות מהירות 'הגדרות מהירות' (באפליקציית ההגדרות של הרכב) מכילה ממשק משתמש שמאפשר גישה נוחה להחלפת משתמשים.
- בחירת משתמשים כשמכשיר מופעל, ממשק המשתמש של המערכת מציג מסך לבחירת משתמשים, שמאפשר לאנשים לעבור בין משתמשים קיימים וליצור משתמשים חדשים.
ניהול משתמשים: תפקידים והגבלות
בגרסאות עתידיות נתמוך בהתאמה אישית יעילה יותר של הגבלות ברירת המחדל שחלות דרך תפקיד המשתמש.
דוגמאות התוכן והקוד שבדף הזה כפופות לרישיונות המפורטים בקטע רישיון לתוכן. 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."]]