Service.InterfaceConsts Class

Definition

public static class Service.InterfaceConsts
type Service.InterfaceConsts = class
Inheritance
Service.InterfaceConsts

Remarks

Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.

Fields

TrimMemoryBackground
Obsolete.

Level for #onTrimMemory(int): the process has gone on to the LRU list.

TrimMemoryComplete
Obsolete.

Level for #onTrimMemory(int): the process is nearing the end of the background LRU list, and if more memory isn't found soon it will be killed.

TrimMemoryModerate
Obsolete.

Level for #onTrimMemory(int): the process is around the middle of the background LRU list; freeing memory can help the system keep other processes running later in the list for better overall performance.

TrimMemoryRunningCritical
Obsolete.

Level for #onTrimMemory(int): the process is not an expendable background process, but the device is running extremely low on memory and is about to not be able to keep any background processes running.

TrimMemoryRunningLow
Obsolete.

Level for #onTrimMemory(int): the process is not an expendable background process, but the device is running low on memory.

TrimMemoryRunningModerate
Obsolete.

Level for #onTrimMemory(int): the process is not an expendable background process, but the device is running moderately low on memory.

TrimMemoryUiHidden
Obsolete.

Level for #onTrimMemory(int): the process had been showing a user interface, and is no longer doing so.

Applies to