Share via


DevicePolicyManager.KeyguardDisableFace フィールド

定義

注意事項

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

キーガードのセキュリティで保護された画面で顔認証を無効にする (例:

[Android.Runtime.Register("KEYGUARD_DISABLE_FACE", 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 KeyguardDisableFace = 128;
[<Android.Runtime.Register("KEYGUARD_DISABLE_FACE", 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 KeyguardDisableFace : Android.App.Admin.KeyguardDisable

フィールド値

Value = 128
属性

注釈

キーガードのセキュリティで保護された画面 (PIN、パターン、パスワードなど) で顔認証を無効にします。

android.app.admin.DevicePolicyManager.KEYGUARD_DISABLE_FACEJava ドキュメント。

このページの一部は、によって作成および共有された作業に基づく変更であり、に記載されている条件に従って使用されます。

適用対象