@Override
 protected void onDestroy() {
   super.onDestroy();
   Log.d(TAG, "onDestroy");
   mActivityManager.popActivity(this);
 }