ComponentCallbacks2.TrimMemoryRunningCritical フィールド

定義

注意事項

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

#onTrimMemory(int)レベル: プロセスは消費可能なバックグラウンド プロセスではありませんが、デバイスはメモリ上で非常に低く実行されており、バックグラウンド プロセスを実行し続けることができません。

[Android.Runtime.Register("TRIM_MEMORY_RUNNING_CRITICAL")]
[System.Obsolete("This constant will be removed in the future version. Use Android.Content.TrimMemory enum directly instead of this field.", true)]
public const Android.Content.TrimMemory TrimMemoryRunningCritical = 15;
[<Android.Runtime.Register("TRIM_MEMORY_RUNNING_CRITICAL")>]
[<System.Obsolete("This constant will be removed in the future version. Use Android.Content.TrimMemory enum directly instead of this field.", true)>]
val mutable TrimMemoryRunningCritical : Android.Content.TrimMemory

フィールド値

Value = 15
属性

注釈

#onTrimMemory(int)レベル: プロセスは消費可能なバックグラウンド プロセスではありませんが、デバイスはメモリ上で非常に低く実行されており、バックグラウンド プロセスを実行し続けることができません。 実行中のプロセスでは、そのメモリを他の場所で使用できるように、できるだけ多くの重要でないリソースを解放する必要があります。 この #onLowMemory() 後に発生する次のことが呼び出され、バックグラウンドで何も保持できないことが報告されます。これは、特にユーザーに影響を与え始める可能性がある状況です。

android.content.ComponentCallbacks2.TRIM_MEMORY_RUNNING_CRITICALJava ドキュメント。

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

適用対象