@Override protected void onStart() { super.onStart(); fBindService(); FlurryUtil.onStart(this); }
@Override protected void onStop() { super.onStop(); this.zPubsub.UnBindToService(); FlurryUtil.onStop(this); }