Sprache

ApplicationExitInfo.ReasonOther Feld

Definition

Achtung

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

Der Anwendungsprozess wurde vom System aus verschiedenen anderen Gründen getötet, die nicht durch Probleme in Apps und nicht durch Apps umsetzbar sind, z. B. das System soeben Updates abgeschlossen hat; #getDescription gibt die vom System angegebene Ursache an.

[Android.Runtime.Register("REASON_OTHER", ApiSince=30)]
[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 ReasonOther = 13;
[<Android.Runtime.Register("REASON_OTHER", ApiSince=30)>]
[<System.Obsolete("This constant will be removed in the future version. Use Android.App.ApplicationExitInfoReason enum directly instead of this field.", true)>]
val mutable ReasonOther : Android.App.ApplicationExitInfoReason

Feldwert

Value = 13

Implementiert

Attribute

Hinweise

Der Anwendungsprozess wurde vom System aus verschiedenen anderen Gründen getötet, die nicht durch Probleme in Apps und nicht durch Apps umsetzbar sind, z. B. das System soeben Updates abgeschlossen hat; getDescription() gibt die vom System angegebene Ursache an.

Android-Referenz für android.app.ApplicationExitInfo.REASON_OTHER.

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: