Beispiel #1
0
  public static void init(Context context) {
    LOG_ON = false;
    DEV_MODE = false;

    if (AndroidUtils.isEmuladororHTC(context)) {
      // LOG_ON = true;
      DEV_MODE = true;
    }
  }