@Override
 protected void onDestroy() {
   if (Logging.DEBUG_LIFECYCLE && Email.DEBUG) Log.d(Logging.LOG_TAG, this + " onDestroy");
   mController.removeResultCallback(mControllerResult);
   mTaskTracker.cancellAllInterrupt();
   mUIController.onActivityDestroy();
   super.onDestroy();
 }