PackageInfo.Attributions 属性

定义

包含在 < 下的所有 android.R.styleable#AndroidManifestAttribution &lt;attribution&gt; 标记的数组清单;如果不存在,则为 null。

[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

属性值

属性

注解

包含在 < 下的所有 android.R.styleable#AndroidManifestAttribution &lt;attribution&gt; 标记的数组清单;如果不存在,则为 null。 仅当设置了标志时,才会填充此标记 PackageManager#GET_ATTRIBUTIONS_LONG

适用于 . 的 android.content.pm.PackageInfo.attributionsJava 文档

本页的某些部分是根据 Android 开放源代码项目创建和共享的工作进行的修改,并根据 Creative Commons 2.5 属性许可证中所述的术语使用。

适用于