ActivityManager.RunningAppProcessInfo.ImportanceCantSaveState 필드

정의

주의

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

#importance수: 이 프로세스는 상태를 저장할 수 없으므로 백그라운드에서 종료할 수 없는 애플리케이션을 실행합니다.

[Android.Runtime.Register("IMPORTANCE_CANT_SAVE_STATE", ApiSince=28)]
[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 ImportanceCantSaveState = 350;
[<Android.Runtime.Register("IMPORTANCE_CANT_SAVE_STATE", ApiSince=28)>]
[<System.Obsolete("This constant will be removed in the future version. Use Android.App.Importance enum directly instead of this field.", true)>]
val mutable ImportanceCantSaveState : Android.App.Importance

필드 값

Value = 350

구현

특성

설명

#importance수: 이 프로세스는 상태를 저장할 수 없으므로 백그라운드에서 종료할 수 없는 애플리케이션을 실행합니다. 애플리케이션 태그에 설정된 앱 android.R.attr#cantSaveState 과 함께 사용됩니다.

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

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

적용 대상