How to start Google Assistant or Any default assistant in Android using Appium?
//There is a default keycode 219 for assistance-
driver.pressKeyCode(219);
//This will work as long press home button to enable the Google Assistant or any other assistant.