Open main menu

DAVE Developer's Wiki β

Changes

Button Pressing Emulation On Android

214 bytes added, 08:07, 1 October 2012
Emulating key pressing
device.press('KEYCODE_HOME',MonkeyDevice.DOWN_AND_UP)
</pre>
 
Please refer to the [http://developer.android.com/tools/help/MonkeyDevice.html MonkeyDevice] and [http://developer.android.com/reference/android/view/KeyEvent.html KeyEvent] documentation for further information.