Android.Content.Intent.ExtraShutdownUserspaceOnly Field
Optional extra for Intent.ActionShutdown that allows the sender to qualify that this shutdown is only for the user space of the system, not a complete shutdown.

Syntax

[Android.Runtime.Register("EXTRA_SHUTDOWN_USERSPACE_ONLY")]
public const string ExtraShutdownUserspaceOnly

Remarks

Optional extra for Intent.ActionShutdown that allows the sender to qualify that this shutdown is only for the user space of the system, not a complete shutdown. When this is true, hardware devices can use this information to determine that they shouldn't do a complete shutdown of their device since this is not a complete shutdown down to the kernel, but only user space restarting. The default if not supplied is false.

[Android Documentation]

Requirements

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