PackageInfo.Attributions Proprietà

Definizione

Matrice di tutti i tag inclusi in < manifest>o null se non c'erano.

[Android.Runtime.Register("attributions", ApiSince=31)]
public System.Collections.Generic.IList<Android.Content.PM.Attribution>? Attributions { get; set; }
[<Android.Runtime.Register("attributions", ApiSince=31)>]
member this.Attributions : System.Collections.Generic.IList<Android.Content.PM.Attribution> with get, set

Valore della proprietà

Attributi

Commenti

Matrice di tutti i tag inclusi in < manifest>o null se non c'erano. Viene riempito solo se il flag PackageManager#GET_ATTRIBUTIONS_LONG è stato impostato.

per android.content.pm.PackageInfo.attributions.

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