Is there any way to use already stored finger print during launch of application?

Application under test require user fingerprint during launch in order to open that app, so is it possible to automate this part of application where no human interaction require for verifying fingerprint?
User imprints are already stored in the device so if there any command which can use those stored imprints.
I have used the below command but its not working.

driver.findElement(By.xpath("//*[@id=‘signin_fingerprint_img’]")).click();
Runtime.getRuntime().exec(“adb -e finger touch1”);

we still don’t support authentication mocking for android application in the current version.

The issue is currently under development, I’ll update this post once we’ll have a release candidate