bringToForeground

fun bringToForeground(activityClass: KClass<out Activity>)

Function which used by Client's application to bring itself on foreground, only accessible from scope of EventHandler class

Be assured that your package has SYSTEM_ALERT_WINDOW, otherwise Android system will ignore this method