Intent.ExtraAttributionTags Field

Definition

A String[] holding attribution tags when used with #ACTION_VIEW_PERMISSION_USAGE_FOR_PERIOD and ACTION_MANAGE_PERMISSION_USAGE

        E.
[Android.Runtime.Register("EXTRA_ATTRIBUTION_TAGS", ApiSince=31)]
public const string ExtraAttributionTags;
[<Android.Runtime.Register("EXTRA_ATTRIBUTION_TAGS", ApiSince=31)>]
val mutable ExtraAttributionTags : string

Field Value

Implements

Attributes

Remarks

A String[] holding attribution tags when used with #ACTION_VIEW_PERMISSION_USAGE_FOR_PERIOD and ACTION_MANAGE_PERMISSION_USAGE

E.g. an attribution tag could be location_provider, com.google.android.gms.*, etc.

Java documentation for android.content.Intent.EXTRA_ATTRIBUTION_TAGS.

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