예제 #1
0
 @Override
 protected void onStop() {
   super.onStop();
   if (mTracker != null) {
     mTracker.activityStop(this);
   }
 }