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


PackageManager.Synchronous Поле

Определение

Внимание!

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

Параметр флага для #setComponentEnabledSetting(android.content.ComponentName, int, int) указания того, что заданное состояние ограничений пакета пользователя будет сериализовано на диск после обновления состояния компонента.

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

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

Value = 2
Атрибуты

Комментарии

Параметр флага для #setComponentEnabledSetting(android.content.ComponentName, int, int) указания того, что заданное состояние ограничений пакета пользователя будет сериализовано на диск после обновления состояния компонента. Обратите внимание, что это синхронный доступ к диску, поэтому вызовы, использующие этот флаг, должны выполняться в фоновом потоке.

Документация по Java для android.content.pm.PackageManager.SYNCHRONOUS.

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

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