Example #1
0
  @Override
  protected void onNewIntent(Intent intent) {
    super.onNewIntent(intent);

    CatLog.d(LOGTAG, "onNewIntent");
    if (!mMenuInstance.handleNewIntent(intent, true)) {
      CatLog.d(LOGTAG, "finish!");
      finish();
    }
  }