Örnek politikalar: tümüyle yönetilen cihaz
Bu sayfada, tümüyle yönetilen bir web sitesi için
cihaz.
Genellikle tümüyle yönetilen cihazlar şirkete aittir ve yalnızca iş için kullanılır.
amaçlar. Bir cihaz tam donanımlı
yönetilen, Android
Device Policy, politika ayarlarını cihazın tamamına otomatik olarak uygular. Bu
Aynı politikanın tümüyle yönetilen cihaz ve cihazlara uygulanmasını mümkün kılar
iş profilleriyle kullanılabilir.
"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"
}],
Aksi belirtilmediği sürece bu sayfanın içeriği Creative Commons Atıf 4.0 Lisansı altında ve kod örnekleri Apache 2.0 Lisansı altında lisanslanmıştır. Ayrıntılı bilgi için Google Developers Site Politikaları'na göz atın. Java, Oracle ve/veya satış ortaklarının tescilli ticari markasıdır.
Son güncelleme tarihi: 2024-09-11 UTC.
[null,null,["Son güncelleme tarihi: 2024-09-11 UTC."],[[["This page provides policy settings examples for fully managed, company-owned Android devices used exclusively for work."],["Applying these settings ensures the entire device adheres to company policies, similar to devices with work profiles."],["Example settings include enforcing a minimum password length and quality, automatically installing specific apps, and making others available in the managed Play Store."]]],["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"]]