উদাহরণ নীতি: সম্পূর্ণরূপে পরিচালিত ডিভাইস
এই পৃষ্ঠায় সম্পূর্ণরূপে পরিচালিত ডিভাইসের জন্য নীতি সেটিংসের উদাহরণ রয়েছে৷ সাধারণত, সম্পূর্ণরূপে পরিচালিত ডিভাইসগুলি কোম্পানির মালিকানাধীন এবং কাজের উদ্দেশ্যে একচেটিয়াভাবে ব্যবহৃত হয়। যদি একটি ডিভাইস সম্পূর্ণরূপে পরিচালিত হিসাবে সেট আপ করা হয়, তাহলে Android ডিভাইস নীতি স্বয়ংক্রিয়ভাবে সমগ্র ডিভাইসে নীতি সেটিংস প্রয়োগ করে৷ এটি সম্পূর্ণরূপে পরিচালিত ডিভাইস এবং কাজের প্রোফাইল সহ ডিভাইসগুলিতে একই নীতি প্রয়োগ করা সম্ভব করে৷
"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 License-এর অধীনে এবং কোডের নমুনাগুলি Apache 2.0 License-এর অধীনে লাইসেন্স প্রাপ্ত। আরও জানতে, Google Developers সাইট নীতি দেখুন। Java হল Oracle এবং/অথবা তার অ্যাফিলিয়েট সংস্থার রেজিস্টার্ড ট্রেডমার্ক।
2025-01-06 UTC-তে শেষবার আপডেট করা হয়েছে।
[null,null,["2025-01-06 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"]]