Freigeben über


ApplicationInfo.ZeroinitEnabled Feld

Definition

Achtung

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

Aktivieren Sie die Nullinitialisierung des nativen Heaps in dieser Anwendung oder diesem Prozess.

[Android.Runtime.Register("ZEROINIT_ENABLED", 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 ZeroinitEnabled = 1;
[<Android.Runtime.Register("ZEROINIT_ENABLED", 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 ZeroinitEnabled : Android.Content.PM.ApplicationInfoZeroInit

Feldwert

Value = 1

Implementiert

Attribute

Hinweise

Aktivieren Sie die Nullinitialisierung des nativen Heaps in dieser Anwendung oder diesem Prozess.

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

Teile dieser Seite sind Änderungen, die auf Arbeiten basieren, die vom Android Open Source Project erstellt und freigegeben wurden und gemäß den In Attribution License beschriebenen Begriffen verwendet werden.

Gilt für: