語言

DeviceAdminInfo.UsesPolicyForceLock 欄位

定義

警告

This constant will be removed in the future version. Use Android.App.Admin.DeviceAdminUses enum directly instead of this field.

裝置管理員可以使用的一種政策:能強制裝置透過 鎖定DevicePolicyManager#lockNow 或限制裝置 DevicePolicyManager#setMaximumTimeToLock的最大鎖定逾時。

[Android.Runtime.Register("USES_POLICY_FORCE_LOCK")]
[System.Obsolete("This constant will be removed in the future version. Use Android.App.Admin.DeviceAdminUses enum directly instead of this field.", true)]
public const Android.App.Admin.DeviceAdminUses UsesPolicyForceLock = 3;
[<Android.Runtime.Register("USES_POLICY_FORCE_LOCK")>]
[<System.Obsolete("This constant will be removed in the future version. Use Android.App.Admin.DeviceAdminUses enum directly instead of this field.", true)>]
val mutable UsesPolicyForceLock : Android.App.Admin.DeviceAdminUses

欄位值

Value = 3

實作

屬性

備註

裝置管理員可以使用的一種政策:能強制裝置透過 鎖定DevicePolicyManager#lockNow 或限制裝置 DevicePolicyManager#setMaximumTimeToLock的最大鎖定逾時。

為了控制此政策,裝置管理員必須在其元資料的「uses-policies」區塊中設置「強制鎖定」標籤。

Java 文件 android.app.admin.DeviceAdminInfo.USES_POLICY_FORCE_LOCK

本頁部分內容為基於 Open Source Project 所創建與分享的作品,並依授權條款所描述的使用進行修改。

適用於