מדיניות לדוגמה: מכשיר מנוהל
קל לארגן דפים בעזרת אוספים
אפשר לשמור ולסווג תוכן על סמך ההעדפות שלך.
הדף הזה מכיל דוגמאות להגדרות מדיניות של חשבון מנוהל במלואו
במכשיר.
בדרך כלל, מכשירים שמנוהלים באופן מלא הם בבעלות החברה ומשמשים אך ורק לצורכי עבודה
למטרות. אם במכשיר מוגדר מצב מלא
מנוהל, Android
Device Policy מחילה באופן אוטומטי את הגדרות המדיניות על כל המכשיר. הזה
מאפשרת להחיל את אותה מדיניות על מכשירים ומכשירים מנוהלים
בפרופילים של העבודה.
"passwordRequirements": {
"passwordMinimumLength": 6,
"passwordQuality": "ALPHABETIC"
},
"applications": [{
"defaultPermissionPolicy": "GRANT",
"installType": "FORCE_INSTALLED", // Auto-installs app in the work profile
"packageName": "com.google.android.gm"
},
{
"installType": "AVAILABLE", // Adds app to the work profile's managed Play Store
"packageName": "com.google.android.apps.docs"
}],
אלא אם צוין אחרת, התוכן של דף זה הוא ברישיון Creative Commons Attribution 4.0 ודוגמאות הקוד הן ברישיון Apache 2.0. לפרטים, ניתן לעיין במדיניות האתר Google Developers. Java הוא סימן מסחרי רשום של חברת Oracle ו/או של השותפים העצמאיים שלה.
עדכון אחרון: 2025-07-26 (שעון UTC).
[null,null,["עדכון אחרון: 2025-07-26 (שעון UTC)."],[],["Fully managed devices, typically company-owned, have policy settings applied to the entire device via Android Device Policy. This enables consistent policy application across fully managed devices and those with work profiles. Example settings include a minimum password length of six characters, requiring an alphabetic password. Applications can be configured for auto-installation (e.g., Gmail) or availability in the managed Play Store (e.g., Google Docs) with permissions automatically granted.\n"],null,[]]