ComponentCallbacks2.TrimMemoryRunningLow Поле

Определение

Внимание!

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

Уровень для #onTrimMemory(int): процесс не является расходуемым фоновым процессом, но устройство работает с нехваткой памяти.

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

Значение поля

Value = 10
Атрибуты

Комментарии

Уровень для #onTrimMemory(int): процесс не является расходуемым фоновым процессом, но устройство работает с нехваткой памяти. Выполняющийся процесс должен освободить ненужные ресурсы, чтобы позволить использовать память в других местах.

Документация по Java для android.content.ComponentCallbacks2.TRIM_MEMORY_RUNNING_LOW.

Части этой страницы являются изменениями, основанными на работе, созданной и совместно используемой проектом и используемой в соответствии с условиями, Creative Commons 2.5 Attribution License Creative Commons 2.5 Attribution License.

Применяется к