1
0
mirror of https://github.com/bitwarden/mobile synced 2025-12-11 22:03:27 +00:00

faceid detection

This commit is contained in:
Kyle Spearrin
2019-05-17 09:45:07 -04:00
parent 4aa1209bc7
commit defb67c523
3 changed files with 21 additions and 0 deletions

View File

@@ -286,6 +286,11 @@ namespace Bit.Droid.Services
}
}
public bool SupportsFaceId()
{
return false;
}
private bool DeleteDir(Java.IO.File dir)
{
if(dir != null && dir.IsDirectory)