ApplicationInfo.ZeroinitEnabled Campo

Definizione

Attenzione

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

Abilitare l'inizializzazione zero dell'heap nativo in questa applicazione o processo.

[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

Valore del campo

Value = 1

Implementazioni

Attributi

Commenti

Abilitare l'inizializzazione zero dell'heap nativo in questa applicazione o processo.

Documentazione java per android.content.pm.ApplicationInfo.ZEROINIT_ENABLED.

Le parti di questa pagina sono modifiche basate sul lavoro creato e condiviso dal progetto Open Source Android e usato in base ai termini descritti nella licenza Creative Commons 2.5 Attribuzione.

Si applica a