Поделиться через


Context.BindNotPerceptible Поле

Определение

Внимание!

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

Флаг. #bindServiceЕсли привязка из приложения, видимого или пользовательского восприятия, ниже важности целевой службы ниже уровня видимости.

[Android.Runtime.Register("BIND_NOT_PERCEPTIBLE", ApiSince=30)]
[System.Obsolete("This constant will be removed in the future version. Use Android.Content.Bind enum directly instead of this field.", true)]
public const Android.Content.Bind BindNotPerceptible = 256;
[<Android.Runtime.Register("BIND_NOT_PERCEPTIBLE", ApiSince=30)>]
[<System.Obsolete("This constant will be removed in the future version. Use Android.Content.Bind enum directly instead of this field.", true)>]
val mutable BindNotPerceptible : Android.Content.Bind

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

Value = 256
Атрибуты

Комментарии

Флаг. #bindServiceЕсли привязка из приложения, видимого или пользовательского восприятия, ниже важности целевой службы ниже уровня видимости. Это позволяет системе (временно) разорвать связанный процесс из памяти, чтобы сделать место для более важных пользовательских процессов.

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

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

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