public class ContextUtils
extends java.lang.Object
| Constructor and Description |
|---|
ContextUtils() |
| Modifier and Type | Method and Description |
|---|---|
static android.content.Context |
getApplicationContext()
Returns the stored application context.
|
static void |
initialize(android.content.Context applicationContext)
Stores the application context that will be returned by getApplicationContext.
|
public static void initialize(android.content.Context applicationContext)
public static android.content.Context getApplicationContext()