enableActionBar

protected fun enableActionBar(enable: Boolean)

True if you want to show the ActionBar,false otherwise.

override fun onCreate(savedInstanceState: Bundle?) {
super.onCreate(savedInstanceState)
enableActionBar(true)
... //Other setting
}