@Override
  protected void onNewIntent(Intent intent) {
    super.onNewIntent(intent);

    processIntent(intent);
  }