다음을 통해 공유


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입니다.

반환

플래그의 비트 필드입니다. 목록은 #setLockTaskFeatures(ComponentName, int)(을)를 참조하세요.

특성

설명

LockTask 모드에 사용하도록 설정된 시스템 기능을 가져옵니다.

Build.VERSION_CODES#UPSIDE_DOWN_CAKE먼저 반환된 정책은 호출 관리자가 설정한 정책이 아니라 현재 확인된 정책이 됩니다.

에 대한 android.app.admin.DevicePolicyManager.getLockTaskFeatures(android.content.ComponentName)Java 설명서

이 페이지의 일부는 Android 오픈 소스 프로젝트에서 만들고 공유하고 Creative Commons 2.5 특성 라이선스에 설명된 용어에 따라 사용되는 작업을 기반으로 하는 수정 사항입니다.

적용 대상