DevicePolicyManager.GetCrossProfileCalendarPackages(ComponentName) 方法
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
取得一組套件名稱,允許存取跨配置檔行事曆 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 開放原始碼專案所建立和共用的工作進行修改,並根據 Creative Commons 2.5 屬性授權中所述的詞彙使用。