ActivityOptions.ModeBackgroundActivityStartSystemDefined Field

Definition

Caution

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

No explicit value chosen.

[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

No explicit value chosen. The system will decide whether to grant privileges.

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