Thread.Run
TypeReasonJava.Lang.IllegalThreadStateException- if this thread has already started.
Starts the new Thread of execution. The run() method of the receiver will be called by the receiver Thread itself (and not the Thread calling start()).
[Android Documentation]