getCachedApplicationContext static method

JReference getCachedApplicationContext()

Returns current application context on Android.

Implementation

static JReference getCachedApplicationContext() {
  return JGlobalReference(_bindings.GetApplicationContext());
}