PackageInstaller.PackageSourceUnspecified Campo

Definición

Precaución

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

El instalador no llamó PackageInstaller.SessionParams#setPackageSource(int) para especificar el origen del paquete.

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

Valor de campo

Value = 0
Atributos

Comentarios

El instalador no llamó PackageInstaller.SessionParams#setPackageSource(int) para especificar el origen del paquete.

Java documentación para android.content.pm.PackageInstaller.PACKAGE_SOURCE_UNSPECIFIED.

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