Android.Content.ComponentCallbacks2.TrimMemoryRunningModerate Field
Level for ComponentCallbacks2.onTrimMemory(int): the process is not an expendable
background process, but the device is running moderately low on memory.
Value: 5
Syntax
[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.")] public const TrimMemoryTrimMemoryRunningModerate
Remarks
Level for ComponentCallbacks2.onTrimMemory(int): the process is not an expendable
background process, but the device is running moderately low on memory.
Your running process may want to release some unneeded resources for
use elsewhere.