Added Methods
|
void onActivityPostCreated (Activity, Bundle )
|
|
void onActivityPostDestroyed (Activity )
|
|
void onActivityPostPaused (Activity )
|
|
void onActivityPostResumed (Activity )
|
|
void onActivityPostSaveInstanceState (Activity, Bundle )
|
|
void onActivityPostStarted (Activity )
|
|
void onActivityPostStopped (Activity )
|
|
void onActivityPreCreated (Activity, Bundle )
|
|
void onActivityPreDestroyed (Activity )
|
|
void onActivityPrePaused (Activity )
|
|
void onActivityPreResumed (Activity )
|
|
void onActivityPreSaveInstanceState (Activity, Bundle )
|
|
void onActivityPreStarted (Activity )
|
|
void onActivityPreStopped (Activity )
|
|