How can I simulate a long press on a device's key?
Currently, I can only send short presses by mobicontrol.device.injectKey(XX).
It seems that there is a way to do it by using ACTION_DOWN and _UP, as it says here: https://developer.android.com/reference/android/view/KeyEvent, but I couldn't figure out how to use it in the MobiControl WebConsole.