Hi Guys
is there a way to request the user to enter the phone unlock pin.
Basically
I am also looking for the equivalent code for B4I
Thanks
is there a way to request the user to enter the phone unlock pin.
Basically
B4X:
If fingerprint.HardwareDetected = False Then
'Request Pin instead
Else if fingerprint.HasEnrolledFingerprints = False Then
ToastMessageShow("No fingerprints were enrolled.", False)
Else
btnAuthenticate.Enabled = True
End If
I am also looking for the equivalent code for B4I
Thanks