簡體   English   中英

不要在local_auth package flutter中檢查面部ID掃描

[英]Don't check face Id scan in local_auth package flutter

如何在 Android 的 local_auth flutter 中禁用面部 ID 掃描。僅使用指紋進行身份驗證。 或者我可以在本機 Android 端進行嗎

在 android 設置上,如果默認注冊了 FaceID 和指紋,它會檢查 faceid,但我不會只使用指紋

In Authentication Option you will get all option please check once 


     authenticated = await auth.authenticate(
    localizedReason:
        'Scan your fingerprint (or face or whatever) to authenticate',
      options: const AuthenticationOptions(       
        biometricOnly: false,
      ),
    );

暫無
暫無

聲明:本站的技術帖子網頁,遵循CC BY-SA 4.0協議,如果您需要轉載,請注明本站網址或者原文地址。任何問題請咨詢:yoyou2525@163.com.

 
粵ICP備18138465號  © 2020-2024 STACKOOM.COM