android-components / mozilla.components.support.locale / LocaleAwareAppCompatActivity
LocaleAwareAppCompatActivity
open class LocaleAwareAppCompatActivity : AppCompatActivity
(source)
Base activity for apps that want to customized the system defined language by their own.
Constructors
Name | Summary |
---|---|
<init> | LocaleAwareAppCompatActivity() Base activity for apps that want to customized the system defined language by their own. |
Functions
Name | Summary |
---|---|
attachBaseContext | open fun attachBaseContext(base: <ERROR CLASS>): Unit |
Extension Functions
Name | Summary |
---|---|
loadResourceAsString | fun Any .loadResourceAsString(path: String ): String Loads a file from the resources folder and returns its content as a string object. |