Share via


Browser.ExtraApplicationId Field

Definition

The name of the extra data when starting the Browser from another application.

[Android.Runtime.Register("EXTRA_APPLICATION_ID")]
public const string ExtraApplicationId;
[<Android.Runtime.Register("EXTRA_APPLICATION_ID")>]
val mutable ExtraApplicationId : string

Field Value

Attributes

Remarks

The name of the extra data when starting the Browser from another application.

The value is a unique identification string that will be used to identify the calling application. The Browser will attempt to reuse the same window each time the application launches the Browser with the same identifier.

Java documentation for android.provider.Browser.EXTRA_APPLICATION_ID.

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