Пример #1
0
  // in the html files for survey templates
  private static void close(String result) {
    Log.i(TAG, "before closing the Activity");

    // mainUI.finishActivityWithTextResult(result);
    mainUI.finish();
  }