Shall I know from which API FingerprintManager is supporting for android?
Actually I am trying to authenticate app from finger print scan.
So I need to know from which version API it is supporting.
Shall I know from which API FingerprintManager is supporting for android?
Actually I am trying to authenticate app from finger print scan.
So I need to know from which version API it is supporting.
API Level 23 (Android 6.0). The JavaDocs for every Android SDK class note what API level the class was added in, along with the API levels that methods, fields, etc. were added in.