ActivityManager.RunningAppProcessInfo.ImportanceForeground 필드

정의

주의

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

#importance수: 이 프로세스는 포그라운드 UI를 실행합니다. 즉, 현재 사용자가 상호 작용하는 화면 맨 위에 있는 것입니다.

[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

필드 값

Value = 100

구현

특성

설명

#importance수: 이 프로세스는 포그라운드 UI를 실행합니다. 즉, 현재 사용자가 상호 작용하는 화면 맨 위에 있는 것입니다.

에 대한 Java 설명서입니다 android.app.ActivityManager.RunningAppProcessInfo.IMPORTANCE_FOREGROUND.

이 페이지의 일부는 만들고 공유하며 에 설명된 조건에 따라 사용되는 작업을 기반으로 수정됩니다.

적용 대상