PackageManager.GetAttributions Field

Definition

Caution

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

PackageInfo flag: return all attributions declared in the package manifest

[Android.Runtime.Register("GET_ATTRIBUTIONS", ApiSince=31)]
[System.Obsolete("This constant will be removed in the future version. Use Android.Content.PM.PackageInfoFlags enum directly instead of this field.", true)]
public const Android.Content.PM.PackageInfoFlags GetAttributions = -2147483648;
[<Android.Runtime.Register("GET_ATTRIBUTIONS", ApiSince=31)>]
[<System.Obsolete("This constant will be removed in the future version. Use Android.Content.PM.PackageInfoFlags enum directly instead of this field.", true)>]
val mutable GetAttributions : Android.Content.PM.PackageInfoFlags

Field Value

PackageInfoFlags
Attributes

Remarks

Java documentation for android.content.pm.PackageManager.GET_ATTRIBUTIONS.

Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.

Applies to