Get the application context
In Android, you can retrieve the
android.app.Application
instance by using the MobileCore.getApplication()
API. The returned android.app.Application
represents the base class, which maintains the global application state. For more information, please read the Mobile Core API reference.Android
Last modified 4mo ago