# File lib/mobileesp_converted/user_agent_info.rb, line 900
    def detect_tizen_t_v()
      if (user_agent.include?(DEVICE_TIZEN) &&
          user_agent.include?(SMART_T_V1))
        return true
      end
      return false
    end