Hi, Joe I have a question about a piece of code which has always been there in CordovaActivitie's onResume().
if (this.activityState == ACTIVITY_STARTING) {
this.activityState = ACTIVITY_RUNNING;
return;
}
Do you know why we have this?
Archana
