I have functionality in my application in which I am showing the overlay screen and I want to add fingerprint in that view, I tried adding but getting below error,
/system_process W/FingerprintService: Rejecting com.package.myapp ; not in foreground
01576-1576/system_process V/FingerprintService: authenticate(): reject com.package.myapp
But If I integrate it in activity it is working fine.
How can I add fingerprint auth on overlay from service?
Please give solution over this