다음을 통해 공유


DevicePolicyManager.GetCrossProfileCalendarPackages(ComponentName) 메서드

정의

프로필 간 일정 API에 액세스할 수 있는 패키지 이름 집합을 가져옵니다.

[Android.Runtime.Register("getCrossProfileCalendarPackages", "(Landroid/content/ComponentName;)Ljava/util/Set;", "GetGetCrossProfileCalendarPackages_Landroid_content_ComponentName_Handler", ApiSince=29)]
public virtual System.Collections.Generic.ICollection<string>? GetCrossProfileCalendarPackages (Android.Content.ComponentName admin);
[<Android.Runtime.Register("getCrossProfileCalendarPackages", "(Landroid/content/ComponentName;)Ljava/util/Set;", "GetGetCrossProfileCalendarPackages_Landroid_content_ComponentName_Handler", ApiSince=29)>]
abstract member GetCrossProfileCalendarPackages : Android.Content.ComponentName -> System.Collections.Generic.ICollection<string>
override this.GetCrossProfileCalendarPackages : Android.Content.ComponentName -> System.Collections.Generic.ICollection<string>

매개 변수

admin
ComponentName

DeviceAdminReceiver 이 요청이 연결된 경우

반환

이전에 허용된 #setCrossProfileCalendarPackages(ComponentName, Set)패키지의 이름 집합 또는 허용되지 않은 경우 빈 집합

특성

설명

프로필 간 일정 API에 액세스할 수 있는 패키지 이름 집합을 가져옵니다.

관리되는 프로필의 프로필 소유자가 호출합니다.

이 멤버는 더 이상 사용되지 않습니다. #setCrossProfilePackages(ComponentName, Set)을 사용합니다.

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

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

적용 대상