Settings.ExtraNotificationListenerComponentName Field

Definition

Activity Extra: What component name to show the notification listener permission page for.

[Android.Runtime.Register("EXTRA_NOTIFICATION_LISTENER_COMPONENT_NAME", ApiSince=30)]
public const string ExtraNotificationListenerComponentName;
[<Android.Runtime.Register("EXTRA_NOTIFICATION_LISTENER_COMPONENT_NAME", ApiSince=30)>]
val mutable ExtraNotificationListenerComponentName : string

Field Value

Attributes

Remarks

Activity Extra: What component name to show the notification listener permission page for.

A string extra containing a ComponentName. This must be passed as an extra field to #ACTION_NOTIFICATION_LISTENER_DETAIL_SETTINGS.

Java documentation for android.provider.Settings.EXTRA_NOTIFICATION_LISTENER_COMPONENT_NAME.

Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.

Applies to