- It is now possible to specify the thread to be used in Java-bound foreign handlers. This is done by appending
?<thread>to the end of the binding string. Currently the only supported value isui, for running java on the android UI thread. This has no effect on desktop platforms.