أمثلة على السياسات: الأجهزة المُدارة بالكامل
تنظيم صفحاتك في مجموعات
يمكنك حفظ المحتوى وتصنيفه حسب إعداداتك المفضّلة.
تحتوي هذه الصفحة على أمثلة على إعدادات السياسة لحساب مُدار بالكامل
الجهاز.
عادةً ما تكون الأجهزة المُدارة بالكامل مملوكة للشركة وتُستخدم حصريًا للعمل
الأهداف. إذا تم إعداد الجهاز بالكامل
مُدار، 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 (حسب التوقيت العالمي المتفَّق عليه)
[null,null,["تاريخ التعديل الأخير: 2025-07-26 (حسب التوقيت العالمي المتفَّق عليه)"],[[["\u003cp\u003eThis page provides policy settings examples for fully managed, company-owned Android devices used exclusively for work.\u003c/p\u003e\n"],["\u003cp\u003eApplying these settings ensures the entire device adheres to company policies, similar to devices with work profiles.\u003c/p\u003e\n"],["\u003cp\u003eExample settings include enforcing a minimum password length and quality, automatically installing specific apps, and making others available in the managed Play Store.\u003c/p\u003e\n"]]],["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,["# Example policies: fully managed device\n\nThis page contains example policy settings for a [fully managed\ndevice](/android/work/overview#fully-managed-devices).\nTypically, fully managed devices are company-owned and used exclusively for work\npurposes. If a device is [set up as fully\nmanaged](/android/management/provision-device#provisioning_methods), Android\nDevice Policy automatically applies policy settings to the entire device. This\nmakes it possible to apply the same policy to fully managed devices and devices\nwith [work profiles](/android/management/policies/work-profile). \n\n```carbon\n\"passwordRequirements\": {\n \"passwordMinimumLength\": 6,\n \"passwordQuality\": \"ALPHABETIC\"\n },\n\"applications\": [{\n \"defaultPermissionPolicy\": \"GRANT\",\n \"installType\": \"FORCE_INSTALLED\", // Auto-installs app in the work profile\n \"packageName\": \"com.google.android.gm\"\n },\n {\n \"installType\": \"AVAILABLE\", // Adds app to the work profile's managed Play Store\n \"packageName\": \"com.google.android.apps.docs\"\n}],\n```"]]