PackageManager.GetAttributionsLong Field

Definition

PackageInfo flag: return all attributions declared in the package manifest

[Android.Runtime.Register("GET_ATTRIBUTIONS_LONG", ApiSince=34)]
public const long GetAttributionsLong = 2147483648;
[<Android.Runtime.Register("GET_ATTRIBUTIONS_LONG", ApiSince=34)>]
val mutable GetAttributionsLong : int64

Field Value

Value = 2147483648
Attributes

Remarks

PackageInfo flag: return all attributions declared in the package manifest

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

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