smstuebe / xamarin-fingerprint

Xamarin and MvvMCross plugin for authenticate a user via fingerprint sensor
Microsoft Public License
490 stars 115 forks source link

Android implementation #59

Closed brucewilkins closed 7 years ago

brucewilkins commented 7 years ago

Hi

I've added an Android implemention using the KeyStore to encrypt/ decrypt/ remove secure values using fingerprint, there is also an interface change (that only affect my previous stuff) to tidy things up a bit.

There may be a few rough edges: there is a 2nd dialog fragment (it would be nice to be able to just reuse the one), I haven't done any testing on Samsung devices, and a few other bits.

Let me know what you think.

Regards,