public class ApplicationStarter
extends java.lang.Object
Serves for the registration of a timezone-change-receiver and must be called once during the start of an android application.
| Modifier and Type | Method and Description |
|---|---|
static void |
initialize(android.app.Application application)
General purpose initialization.
|
static void |
prepareResources(android.app.Application application)
Prepares and optimizes the access to all internal resource files.
|
static void |
registerReceiver(android.content.Context context)
Registers a timezone-change-receiver on given app context.
|
public static void initialize(android.app.Application application)
General purpose initialization.
application - Android apppublic static void registerReceiver(android.content.Context context)
Registers a timezone-change-receiver on given app context.
context - application contextpublic static void prepareResources(android.app.Application application)
Prepares and optimizes the access to all internal resource files.
application - Android app