Compartir a través de


SharedLibraryInfo.TypeBuiltin Campo

Definición

Precaución

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

Tipo de biblioteca compartida: esta biblioteca forma parte del sistema operativo y no se puede actualizar ni desinstalar.

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

Valor de campo

Value = 0

Implementaciones

Atributos

Comentarios

Tipo de biblioteca compartida: esta biblioteca forma parte del sistema operativo y no se puede actualizar ni desinstalar.

Documentación de Java para android.content.pm.SharedLibraryInfo.TYPE_BUILTIN.

Las partes de esta página son modificaciones basadas en el trabajo creado y compartido por el proyecto de código abierto de Android y se usan según los términos descritos en la licencia de atribución de Creative Commons 2.5.

Se aplica a