personalAppsThatCanReadWorkNotifications property

List<String>? personalAppsThatCanReadWorkNotifications
getter/setter pair

Personal apps that can read work profile notifications using a NotificationListenerService (https://developer.android.com/reference/android/service/notification/NotificationListenerService).

By default, no personal apps (aside from system apps) can read work notifications. Each value in the list must be a package name.

Implementation

core.List<core.String>? personalAppsThatCanReadWorkNotifications;