次の方法で共有


DevicePolicyManager.KeyguardDisableFingerprint フィールド

定義

注意事項

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_FINGERPRINT")]
[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 KeyguardDisableFingerprint = 32;
[<Android.Runtime.Register("KEYGUARD_DISABLE_FINGERPRINT")>]
[<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 KeyguardDisableFingerprint : Android.App.Admin.KeyguardDisable

フィールド値

Value = 32
属性

注釈

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

の Java ドキュメントandroid.app.admin.DevicePolicyManager.KEYGUARD_DISABLE_FINGERPRINT

このページの一部は、Android オープンソース プロジェクトによって作成および共有され、クリエイティブ コモンズ 2.5 属性ライセンスに記載されている条件に従って使用される作業に基づく変更です。

適用対象