disableNavigationBar

abstract fun disableNavigationBar(context: Context): Boolean

Makes the navigation bar disappear.

NOTE: This method (disableNavigationBar) should not be used together with enableNavigationBar in the same activity, this will cause a RuntimeException.

Return

true if operation was successful, otherwise false..