Intent.CategoryAppFitness Field

Definition

Used with #ACTION_MAIN to launch the fitness application.

[Android.Runtime.Register("CATEGORY_APP_FITNESS", ApiSince=33)]
public const string CategoryAppFitness;
[<Android.Runtime.Register("CATEGORY_APP_FITNESS", ApiSince=33)>]
val mutable CategoryAppFitness : string

Field Value

Implements

Attributes

Remarks

Used with #ACTION_MAIN to launch the fitness application. The activity should be able to give the user fitness information and manage workouts

NOTE: This should not be used as the primary key of an Intent, since it will not result in the app launching with the correct action and category. Instead, use this with #makeMainSelectorActivity(String, String) to generate a main Intent with this category in the selector.

Java documentation for android.content.Intent.CATEGORY_APP_FITNESS.

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