ApplicationInfo.ZeroinitDisabled Campo

Definición

Precaución

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

Deshabilite la inicialización cero del montón nativo en esta aplicación o proceso.

[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

Valor de campo

Value = 0

Implementaciones

Atributos

Comentarios

Deshabilite la inicialización cero del montón nativo en esta aplicación o proceso.

Java documentación para android.content.pm.ApplicationInfo.ZEROINIT_DISABLED.

Las partes de esta página son modificaciones basadas en el trabajo creado y compartido por el Android y se usan según los términos descritos en creative Creative Commons 2.5 Attribution License.

Se aplica a