Partilhar via


Service.InterfaceConsts.TrimMemoryBackground Campo

Definição

Cuidado

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

Nível para #onTrimMemory(int): o processo passou para a lista LRU.

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

Valor do campo

Value = 40
Atributos

Comentários

Nível para #onTrimMemory(int): o processo passou para a lista LRU. Esta é uma boa oportunidade para limpar recursos que podem ser reconstruídos de forma eficiente e rápida se o usuário retornar ao aplicativo.

Documentação Java para android.content.ComponentCallbacks2.TRIM_MEMORY_BACKGROUND.

Partes desta página são modificações baseadas no trabalho criado e compartilhado pelo Android Open Source Project e usado de acordo com os termos descritos na Creative Commons 2.5 Attribution License.

Aplica-se a