@Override
 protected void onStart() {
   super.onStart();
   Xlog.i(TAG, "onStart");
   OtaPkgManagerActivity.stopSelf();
   mGoToMainEntry = false;
   mNotifyManager.clearNotification(NotifyManager.NOTIFY_NEW_VERSION);
 }