다음을 통해 공유


DevicePolicyManager.GetPermittedInputMethods(ComponentName) 메서드

정의

이 디바이스 또는 프로필 소유자가 설정한 허용된 입력 메서드 목록을 반환합니다.

[Android.Runtime.Register("getPermittedInputMethods", "(Landroid/content/ComponentName;)Ljava/util/List;", "GetGetPermittedInputMethods_Landroid_content_ComponentName_Handler")]
[Android.Runtime.RequiresPermission("android.permission.MANAGE_DEVICE_POLICY_INPUT_METHODS")]
public virtual System.Collections.Generic.IList<string>? GetPermittedInputMethods (Android.Content.ComponentName? admin);
[<Android.Runtime.Register("getPermittedInputMethods", "(Landroid/content/ComponentName;)Ljava/util/List;", "GetGetPermittedInputMethods_Landroid_content_ComponentName_Handler")>]
[<Android.Runtime.RequiresPermission("android.permission.MANAGE_DEVICE_POLICY_INPUT_METHODS")>]
abstract member GetPermittedInputMethods : Android.Content.ComponentName -> System.Collections.Generic.IList<string>
override this.GetPermittedInputMethods : Android.Content.ComponentName -> System.Collections.Generic.IList<string>

매개 변수

admin
ComponentName

DeviceAdminReceiver 이 요청과 연결된 요청입니다. 호출자가 디바이스 관리자가 아닌 경우 Null

반환

입력 메서드 패키지 이름 목록입니다.

특성

설명

이 디바이스 또는 프로필 소유자가 설정한 허용된 입력 메서드 목록을 반환합니다.

호출자가 조직 소유 관리 프로필의 DevicePolicyManager 프로필 소유자여야 하는 인스턴스 #getParentProfileInstance(ComponentName)에서 이 메서드를 호출할 수 있습니다. 부모 인스턴스에서 호출되는 경우 허용되는 입력 방법의 반환된 목록은 개인 프로필에 적용되는 목록입니다.

빈 목록은 시스템 입력 메서드를 제외한 입력 메서드가 허용되지 않음을 의미합니다. Null은 모든 입력 메서드가 허용됨을 의미합니다.

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

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

적용 대상