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 アプリで使用されます。

android.app.ActivityManager.RunningAppProcessInfo.IMPORTANCE_CANT_SAVE_STATEJava ドキュメント。

このページの一部は、によって作成および共有された作業に基づく変更であり、に記載されている条件に従って使用されます。

適用対象