Condividi tramite


ComponentCallbacks2.TrimMemoryRunningModerate 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 non è un processo in background esplorabile, ma il dispositivo è in esecuzione moderatamente insufficiente in memoria.

[Android.Runtime.Register("TRIM_MEMORY_RUNNING_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 TrimMemoryRunningModerate = 5;
[<Android.Runtime.Register("TRIM_MEMORY_RUNNING_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 TrimMemoryRunningModerate : Android.Content.TrimMemory

Valore del campo

Value = 5
Attributi

Commenti

Livello per #onTrimMemory(int): il processo non è un processo in background esplorabile, ma il dispositivo è in esecuzione moderatamente insufficiente in memoria. Il processo in esecuzione potrebbe voler rilasciare alcune risorse non necessarie per l'uso altrove.

Documentazione java per android.content.ComponentCallbacks2.TRIM_MEMORY_RUNNING_MODERATE.

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