共用方式為


DevicePolicyManager.GetLockTaskFeatures(ComponentName) 方法

定義

取得哪些系統功能已啟用 LockTask 模式。

[Android.Runtime.Register("getLockTaskFeatures", "(Landroid/content/ComponentName;)I", "GetGetLockTaskFeatures_Landroid_content_ComponentName_Handler", ApiSince=28)]
[Android.Runtime.RequiresPermission("android.permission.MANAGE_DEVICE_POLICY_LOCK_TASK")]
public virtual int GetLockTaskFeatures (Android.Content.ComponentName? admin);
[<Android.Runtime.Register("getLockTaskFeatures", "(Landroid/content/ComponentName;)I", "GetGetLockTaskFeatures_Landroid_content_ComponentName_Handler", ApiSince=28)>]
[<Android.Runtime.RequiresPermission("android.permission.MANAGE_DEVICE_POLICY_LOCK_TASK")>]
abstract member GetLockTaskFeatures : Android.Content.ComponentName -> int
override this.GetLockTaskFeatures : Android.Content.ComponentName -> int

參數

admin
ComponentName

DeviceAdminReceiver此要求與此要求相關聯。 如果呼叫端不是裝置系統管理員,則為 Null。

傳回

旗標的 bitfield。 如需清單,請參閱 #setLockTaskFeatures(ComponentName, int)

屬性

備註

取得哪些系統功能已啟用 LockTask 模式。

Build.VERSION_CODES#UPSIDE_DOWN_CAKE開始,傳回的原則將會是目前解析的原則,而不是由呼叫系統管理員所設定的原則。

android.app.admin.DevicePolicyManager.getLockTaskFeatures(android.content.ComponentName)Java 檔。

此頁面的部分是根據 Android 開放原始碼專案所建立和共用的工作進行修改,並根據 Creative Commons 2.5 屬性授權中所述的詞彙使用。

適用於