Android.Resource.Attribute.ShowOnLockScreen Field
Specify that an Activity should be shown over the lock screen and, in a multiuser environment, across all users' windows

Value: 16843721

Syntax

[Android.Runtime.Register("showOnLockScreen")]
public const int ShowOnLockScreen

Remarks

Specify that an Activity should be shown over the lock screen and, in a multiuser environment, across all users' windows

Must be a boolean value, either "true" or "false".

This may also be a reference to a resource (in the form "@[package:]type:name") or theme attribute (in the form "?[package:][type:]name") containing a value of this type.

[Android Documentation]

Requirements

Namespace: Android
Assembly: Mono.Android (in Mono.Android.dll)
Assembly Versions: 0.0.0.0
Since: Added in API level 17