void runOnUiThread(Runnable action)

Submits a Runnable task for execution on the UI thread.

Parameters

Name Description
action The task to submit.

Return

Nothing returned