It looks like you're new here. If you want to get involved, click one of these buttons!
Zizanyman
Member
import com.giderosmobile.android.player.*; WeakActivityHolder.set(this); GiderosApplication.onCreate(externalClasses); GiderosApplication.getInstance().onStart(); GiderosApplication.getInstance().onRestart(); GiderosApplication.getInstance().onStop(); GiderosApplication.onDestroy(); GiderosApplication.getInstance().onPause(); |
Comments