Intent.ActionRun Field

Definition

Activity Action: Run the data, whatever that means.

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

Field Value

Implements

Attributes

Remarks

Activity Action: Run the data, whatever that means.

Input: ? (Note: this is currently specific to the test harness.)

Output: nothing.

Java documentation for android.content.Intent.ACTION_RUN.

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