This code just aims to find the textbox and send some text to it. When it does that the keyboard appears on the android device.How to dismiss it after the sendKeys.
Solution for those who are not using AppiumDriver:
AppiumDriver
((AppiumDriver)driver).hideKeyboard();