共用方式為


ContentProvider.InterfaceConsts.TrimMemoryModerate 欄位

定義

警告

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

#onTrimMemory(int)層級:進程位於背景 LRU 清單的中間;釋放記憶體可協助系統在清單中稍後執行其他進程,以取得更佳的整體效能。

[Android.Runtime.Register("TRIM_MEMORY_MODERATE")]
[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 TrimMemoryModerate = 60;
[<Android.Runtime.Register("TRIM_MEMORY_MODERATE")>]
[<System.Obsolete("This constant will be removed in the future version. Use Android.Content.TrimMemory enum directly instead of this field.", true)>]
val mutable TrimMemoryModerate : Android.Content.TrimMemory

欄位值

Value = 60
屬性

備註

#onTrimMemory(int)層級:進程位於背景 LRU 清單的中間;釋放記憶體可協助系統在清單中稍後執行其他進程,以取得更佳的整體效能。

android.content.ComponentCallbacks2.TRIM_MEMORY_MODERATEJava 檔。

此頁面的部分是根據 Android 開放原始碼專案所建立和共用的工作進行修改,並根據 Creative Commons 2.5 屬性授權中所述的詞彙使用。

適用於