NotificationChannel.EditLockedDevice Field

Definition

Extra value for Settings#EXTRA_CHANNEL_FILTER_LIST.

[Android.Runtime.Register("EDIT_LOCKED_DEVICE", ApiSince=31)]
public const string EditLockedDevice;
[<Android.Runtime.Register("EDIT_LOCKED_DEVICE", ApiSince=31)>]
val mutable EditLockedDevice : string

Field Value

Implements

Attributes

Remarks

Extra value for Settings#EXTRA_CHANNEL_FILTER_LIST. Include to show fields that have to do with editing behavior on devices that are locked or have a turned off display (#setLockscreenVisibility(int), #enableLights(boolean), #setLightColor(int)).

Java documentation for android.app.NotificationChannel.EDIT_LOCKED_DEVICE.

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