Freigeben über


ApplicationInfo.ZeroinitDisabled Feld

Definition

Achtung

This constant will be removed in the future version. Use Android.Content.PM.ApplicationInfoZeroInit enum directly instead of this field.

Deaktivieren Sie die Nullinitialisierung des systemeigenen Heaps in dieser Anwendung oder diesem Prozess.

[Android.Runtime.Register("ZEROINIT_DISABLED", ApiSince=31)]
[System.Obsolete("This constant will be removed in the future version. Use Android.Content.PM.ApplicationInfoZeroInit enum directly instead of this field.", true)]
public const Android.Content.PM.ApplicationInfoZeroInit ZeroinitDisabled = 0;
[<Android.Runtime.Register("ZEROINIT_DISABLED", ApiSince=31)>]
[<System.Obsolete("This constant will be removed in the future version. Use Android.Content.PM.ApplicationInfoZeroInit enum directly instead of this field.", true)>]
val mutable ZeroinitDisabled : Android.Content.PM.ApplicationInfoZeroInit

Feldwert

Value = 0

Implementiert

Attribute

Hinweise

Deaktivieren Sie die Nullinitialisierung des systemeigenen Heaps in dieser Anwendung oder diesem Prozess.

Java-Dokumentation für android.content.pm.ApplicationInfo.ZEROINIT_DISABLED.

Teile dieser Seite sind Änderungen auf der Grundlage von Arbeiten, die vom Android Open Source-Projekt erstellt und freigegeben werden und gemäß den in der Creative Commons 2.5 Attribution License beschriebenen Begriffen verwendet werden.

Gilt für: