ApplicationInfo.AreAttributionsUserVisible Method

Definition

Returns whether attributions provided by the application are meant to be user-visible.

[Android.Runtime.Register("areAttributionsUserVisible", "()Z", "GetAreAttributionsUserVisibleHandler", ApiSince=31)]
public virtual bool AreAttributionsUserVisible ();
[<Android.Runtime.Register("areAttributionsUserVisible", "()Z", "GetAreAttributionsUserVisibleHandler", ApiSince=31)>]
abstract member AreAttributionsUserVisible : unit -> bool
override this.AreAttributionsUserVisible : unit -> bool

Returns

Attributes

Remarks

Returns whether attributions provided by the application are meant to be user-visible. Defaults to false if application info is retrieved without PackageManager#GET_ATTRIBUTIONS_LONG.

Java documentation for android.content.pm.ApplicationInfo.areAttributionsUserVisible().

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