mirror of
https://github.com/bitwarden/mobile
synced 2025-12-05 23:53:33 +00:00
use bio strings for native android bio
This commit is contained in:
@@ -331,6 +331,10 @@ namespace Bit.App.Pages
|
||||
fingerprintName = _deviceActionService.SupportsFaceBiometric() ? AppResources.FaceID :
|
||||
AppResources.TouchID;
|
||||
}
|
||||
else if(Device.RuntimePlatform == Device.Android && _deviceActionService.UseNativeBiometric())
|
||||
{
|
||||
fingerprintName = AppResources.Biometrics;
|
||||
}
|
||||
var item = new SettingsPageListItem
|
||||
{
|
||||
Name = string.Format(AppResources.UnlockWith, fingerprintName),
|
||||
|
||||
Reference in New Issue
Block a user