ActivityOptions.ModeBackgroundActivityStartSystemDefined Field

Definition

Caution

This constant will be removed in the future version. Use Android.App.BackgroundActivityStartMode enum directly instead of this field.

The system determines whether to grant background activity start privileges.

[Android.Runtime.Register("MODE_BACKGROUND_ACTIVITY_START_SYSTEM_DEFINED", ApiSince=34)]
[System.Obsolete("This constant will be removed in the future version. Use Android.App.BackgroundActivityStartMode enum directly instead of this field.", true)]
public const Android.App.BackgroundActivityStartMode ModeBackgroundActivityStartSystemDefined = 0;
[<Android.Runtime.Register("MODE_BACKGROUND_ACTIVITY_START_SYSTEM_DEFINED", ApiSince=34)>]
[<System.Obsolete("This constant will be removed in the future version. Use Android.App.BackgroundActivityStartMode enum directly instead of this field.", true)>]
val mutable ModeBackgroundActivityStartSystemDefined : Android.App.BackgroundActivityStartMode

Field Value

Value = 0
Attributes

Remarks

The system determines whether to grant background activity start privileges. This is the default behavior if no explicit mode is specified.

Java documentation for android.app.ActivityOptions.MODE_BACKGROUND_ACTIVITY_START_SYSTEM_DEFINED.

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