共用方式為


Application.InterfaceConsts 類別

定義

public static class Application.InterfaceConsts
type Application.InterfaceConsts = class
繼承
Application.InterfaceConsts

備註

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

欄位

TrimMemoryBackground
已淘汰.

#onTrimMemory(int)層級:進程已進入 LRU 清單。

TrimMemoryComplete
已淘汰.

#onTrimMemory(int)層級:進程即將接近背景 LRU 清單的結尾,如果找不到更多記憶體,就會終止。

TrimMemoryModerate
已淘汰.

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

TrimMemoryRunningCritical
已淘汰.

#onTrimMemory(int)層級:此進程不是可消耗的背景進程,但裝置在記憶體上執行非常低,且即將無法讓任何背景進程繼續執行。

TrimMemoryRunningLow
已淘汰.

#onTrimMemory(int)層級:此進程不是可消耗的背景進程,但裝置記憶體不足。

TrimMemoryRunningModerate
已淘汰.

#onTrimMemory(int)層級:此進程不是可消耗的背景進程,但裝置在記憶體上執行中度偏低。

TrimMemoryUiHidden
已淘汰.

#onTrimMemory(int)層級:進程已顯示使用者介面,且不再這樣做。

適用於