Condividi tramite


Application.InterfaceConsts.TrimMemoryBackground Campo

Definizione

Attenzione

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

Livello per #onTrimMemory(int): il processo è passato all'elenco 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

Valore del campo

Value = 40
Attributi

Commenti

Livello per #onTrimMemory(int): il processo è passato all'elenco LRU. Si tratta di una buona opportunità per pulire le risorse che possono essere ricreate in modo efficiente e rapido se l'utente torna all'app.

Documentazione java per android.content.ComponentCallbacks2.TRIM_MEMORY_BACKGROUND.

Le parti di questa pagina sono modifiche basate sul lavoro creato e condiviso dal progetto Open Source Android e usato in base ai termini descritti nella licenza Creative Commons 2.5 Attribuzione.

Si applica a