ActivityManager.RunningServiceInfo.FlagPersistentProcess Поле

Определение

Внимание!

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

Бит для #flags: задает значение , если служба выполняется в постоянном процессе.

[Android.Runtime.Register("FLAG_PERSISTENT_PROCESS")]
[System.Obsolete("This constant will be removed in the future version. Use Android.App.ServiceInfoFlags enum directly instead of this field.", true)]
public const Android.App.ServiceInfoFlags FlagPersistentProcess = 8;
[<Android.Runtime.Register("FLAG_PERSISTENT_PROCESS")>]
[<System.Obsolete("This constant will be removed in the future version. Use Android.App.ServiceInfoFlags enum directly instead of this field.", true)>]
val mutable FlagPersistentProcess : Android.App.ServiceInfoFlags

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

Value = 8

Реализации

Атрибуты

Комментарии

Бит для #flags: задает значение , если служба выполняется в постоянном процессе.

Документация по Java для android.app.ActivityManager.RunningServiceInfo.FLAG_PERSISTENT_PROCESS.

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

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