ApplicationExitInfo.ReasonPackageUpdated Feld

Definition

Achtung

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

Der Anwendungsvorgang wurde getötet, weil er aktualisiert wurde.

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

Feldwert

Value = 16

Implementiert

Attribute

Hinweise

Der Anwendungsvorgang wurde getötet, weil er aktualisiert wurde.

android.os.Build.VERSION_CODES#UPSIDE_DOWN_CAKEVor , #REASON_USER_REQUESTED wurde verwendet, um anzugeben, dass eine App aktualisiert wurde.

Java Dokumentation für android.app.ApplicationExitInfo.REASON_PACKAGE_UPDATED.

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: