getAppName

open fun getAppName(): String

Returns the current Application's name. Wraps PackageManager's getApplicationLabel() method.

Return

The current Application's name

Throws

if takeOff has not been called.