[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.")] public const TrimMemoryTrimMemoryBackground
Remarks
Level for ComponentCallbacks2.onTrimMemory(int): the process has gone on to the
LRU list. This is a good opportunity to clean up resources that can
efficiently and quickly be re-built if the user returns to the app.