@JvmStatic fun getLaunchIntent(context: Context, screen: Int): Intent
Get an Intent to launch the Chucker UI directly.
context - An Android Context.
screen - The Screen to display: SCREEN_HTTP or SCREEN_ERROR.
Return
An Intent for the main Chucker Activity that can be started with Context.startActivity.