Lingua

InstallSourceInfo.PackageSource Proprietà

Definizione

Informazioni sull'origine del pacchetto durante l'installazione dell'app.

public int PackageSource { [Android.Runtime.Register("getPackageSource", "()I", "", ApiSince=33)] get; }
[<get: Android.Runtime.Register("getPackageSource", "()I", "", ApiSince=33)>]
member this.PackageSource : int

Valore della proprietà

Il valore è uno dei seguenti: PackageInstaller.PACKAGE_SOURCE_UNSPECIFIED; PackageInstaller.PACKAGE_SOURCE_STORE; PackageInstaller.PACKAGE_SOURCE_LOCAL_FILE; PackageInstaller.PACKAGE_SOURCE_DOWNLOADED_FILE; PackageInstaller.PACKAGE_SOURCE_OTHER

Attributi

Commenti

Informazioni sull'origine del pacchetto durante l'installazione dell'app.

per android.content.pm.InstallSourceInfo.getPackageSource().

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