# File lib/mobileesp_converted/user_agent_info.rb, line 491
    def detect_google_t_v()
      if (user_agent.include?(DEVICE_GOOGLE_T_V))
        return true
      end
      return false
    end