Hi
I have an work app whitch is running on many android devices, from 5.0 to 8.1 etc.
I am aware of this thread regarding fingerprint auth (when supported) from android 6+ and up.
I want to implement fingerprint authentification, but I don't want to modify min sdk version on manifest editor to 23.
How should I do that? I just want to use fingerprint when hardware + software are supporting this feature, else remain to classic login dialog when android is prior 6.0 etc.
Is it posible? I think so, and I think I am missing something simple. Please advice me. Thank you.
PS: something like <uses-feature android: name="android.hardware.fingerprint" android: required=“false”/>
I have an work app whitch is running on many android devices, from 5.0 to 8.1 etc.
I am aware of this thread regarding fingerprint auth (when supported) from android 6+ and up.
I want to implement fingerprint authentification, but I don't want to modify min sdk version on manifest editor to 23.
How should I do that? I just want to use fingerprint when hardware + software are supporting this feature, else remain to classic login dialog when android is prior 6.0 etc.
Is it posible? I think so, and I think I am missing something simple. Please advice me. Thank you.
PS: something like <uses-feature android: name="android.hardware.fingerprint" android: required=“false”/>
Last edited: