ActivityManager.RunningAppProcessInfo.ImportanceForeground Field

Definition

Caution

This constant will be removed in the future version. Use Android.App.Importance enum directly instead of this field.

Constant for #importance: This process is running the foreground UI; that is, it is the thing currently at the top of the screen that the user is interacting with.

[Android.Runtime.Register("IMPORTANCE_FOREGROUND")]
[System.Obsolete("This constant will be removed in the future version. Use Android.App.Importance enum directly instead of this field.", true)]
public const Android.App.Importance ImportanceForeground = 100;
[<Android.Runtime.Register("IMPORTANCE_FOREGROUND")>]
[<System.Obsolete("This constant will be removed in the future version. Use Android.App.Importance enum directly instead of this field.", true)>]
val mutable ImportanceForeground : Android.App.Importance

Field Value

Value = 100

Implements

Attributes

Remarks

Constant for #importance: This process is running the foreground UI; that is, it is the thing currently at the top of the screen that the user is interacting with.

Java documentation for android.app.ActivityManager.RunningAppProcessInfo.IMPORTANCE_FOREGROUND.

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