ORABaseApplication Class Reference

Inherits Application.

Detailed Description

Automatic tracking of application create and terminate events can be enabled by specifying this class in the application manifest file.

<application android:name="ORABaseApplication" ...

Apps which already extend Application can instead extend ORABaseApplication but must call super.onCreate and super.onTerminate if they have overridden them

 

The documentation for this class was generated from the following file:
  • ORABaseApplication.java