ApplicationStartInfo.LaunchModeStandard Feld

Definition

Achtung

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

Default.

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

Feldwert

Value = 0

Implementiert

Attribute

Hinweise

Default. Das System erstellt immer eine neue Instanz der Aktivität in der Zielaufgabe und leitet die Absicht an sie weiter.

Android-Referenz für android.app.ApplicationStartInfo.LAUNCH_MODE_STANDARD.

Teile dieser Seite sind Änderungen auf der Grundlage von Arbeiten, die von der Android Open Source Project erstellt und gemeinsam verwendet und gemäß den in der 2.5 Attribution License beschriebenen Begriffen verwendet werden.

Gilt für: