DevicePolicyManager.KeyguardDisableIris Поле

Определение

Внимание!

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

Отключите проверку подлинности iris на безопасных экранах keyguard (e).

[Android.Runtime.Register("KEYGUARD_DISABLE_IRIS", ApiSince=28)]
[System.Obsolete("This constant will be removed in the future version. Use Android.App.Admin.KeyguardDisable enum directly instead of this field.", true)]
public const Android.App.Admin.KeyguardDisable KeyguardDisableIris = 256;
[<Android.Runtime.Register("KEYGUARD_DISABLE_IRIS", ApiSince=28)>]
[<System.Obsolete("This constant will be removed in the future version. Use Android.App.Admin.KeyguardDisable enum directly instead of this field.", true)>]
val mutable KeyguardDisableIris : Android.App.Admin.KeyguardDisable

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

Value = 256
Атрибуты

Комментарии

Отключите проверку подлинности iris на безопасных экранах keyguard (например, PIN/Pattern/Password).

Документация по Java для android.app.admin.DevicePolicyManager.KEYGUARD_DISABLE_IRIS.

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

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