PackageInfo.Attributions Proprietà
Definizione
Importante
Alcune informazioni sono relative alla release non definitiva del prodotto, che potrebbe subire modifiche significative prima della release definitiva. Microsoft non riconosce alcuna garanzia, espressa o implicita, in merito alle informazioni qui fornite.
Matrice di tutti i android.R.styleable#AndroidManifestAttribution
<attribution>
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 android.R.styleable#AndroidManifestAttribution <attribution>
tag inclusi in < manifest>o null se non c'erano. Viene riempito solo se il flag PackageManager#GET_ATTRIBUTIONS_LONG
è stato impostato.
Documentazione java per android.content.pm.PackageInfo.attributions
.
Le parti di questa pagina sono modifiche basate sul lavoro creato e condiviso dal progetto Open Source Android e usato in base ai termini descritti nella licenza Creative Commons 2.5 Attribuzione.