Lingua

PackageInstaller.UnarchivalErrorInstallerDisabled Campo

Definizione

Attenzione

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

Il programma di installazione responsabile dell'installazione non è disabilitato.

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

Valore del campo

Value = 4
Attributi

Commenti

Il programma di installazione responsabile dell'installazione non è disabilitato.

Se appropriato, il sistema restituirà questo stato. I programmi di installazione non devono verificare l'errore.

per android.content.pm.PackageInstaller.UNARCHIVAL_ERROR_INSTALLER_DISABLED.

Le parti di questa pagina sono modifiche basate sul lavoro creato e condiviso dalla e usati in base ai termini descritti in Creative License 2.5 Attribution License.

Si applica a