DevicePolicyManager.SetPermittedCrossProfileNotificationListeners 方法
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
由受控配置檔的配置檔擁有者呼叫,以設定主要用戶中允許使用 android.service.notification.NotificationListenerService
的套件,以查看來自受控配置檔的通知。
[Android.Runtime.Register("setPermittedCrossProfileNotificationListeners", "(Landroid/content/ComponentName;Ljava/util/List;)Z", "GetSetPermittedCrossProfileNotificationListeners_Landroid_content_ComponentName_Ljava_util_List_Handler", ApiSince=26)]
public virtual bool SetPermittedCrossProfileNotificationListeners (Android.Content.ComponentName admin, System.Collections.Generic.IList<string>? packageList);
[<Android.Runtime.Register("setPermittedCrossProfileNotificationListeners", "(Landroid/content/ComponentName;Ljava/util/List;)Z", "GetSetPermittedCrossProfileNotificationListeners_Landroid_content_ComponentName_Ljava_util_List_Handler", ApiSince=26)>]
abstract member SetPermittedCrossProfileNotificationListeners : Android.Content.ComponentName * System.Collections.Generic.IList<string> -> bool
override this.SetPermittedCrossProfileNotificationListeners : Android.Content.ComponentName * System.Collections.Generic.IList<string> -> bool
參數
- admin
- ComponentName
DeviceAdminReceiver
此要求與此要求相關聯。
傳回
如果設定限制成功,則為 true。 如果在Managed配置檔外部呼叫,它將會失敗
- 屬性
備註
由受控配置檔的配置檔擁有者呼叫,以設定主要用戶中允許使用 android.service.notification.NotificationListenerService
的套件,以查看來自受控配置檔的通知。 此原則預設允許所有套件。 新增零或多個套件時,未在清單中的主要用戶上安裝通知接聽程式,且不屬於系統的一部分,將不會接收 Managed 配置檔通知的事件。
使用 null
清單的值呼叫會停用限制,以便使用所有通知接聽程序服務。 使用空清單呼叫會停用系統本身的通知接聽程式。 系統通知接聽程式服務一律可供使用者使用。
如果裝置或設定檔擁有者想要阻止使用者中的通知接聽程式看到該使用者的通知,他們應該防止該服務改為執行 (例如透過 #setApplicationHidden(ComponentName, String, boolean)
)
此頁面的部分是根據 Android 開放原始碼專案所建立和共用的工作進行修改,並根據 Creative Commons 2.5 屬性授權中所述的詞彙使用。