Intent.ExtraShutdownUserspaceOnly Field
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Optional extra for #ACTION_SHUTDOWN
that allows the sender to qualify that
this shutdown is only for the user space of the system, not a complete shutdown.
[Android.Runtime.Register("EXTRA_SHUTDOWN_USERSPACE_ONLY")]
public const string ExtraShutdownUserspaceOnly;
[<Android.Runtime.Register("EXTRA_SHUTDOWN_USERSPACE_ONLY")>]
val mutable ExtraShutdownUserspaceOnly : string
Field Value
Implements
- Attributes
Remarks
Optional extra for #ACTION_SHUTDOWN
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.
Java documentation for android.content.Intent.EXTRA_SHUTDOWN_USERSPACE_ONLY
.
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.