# File lib/mobileesp_converted/user_agent_info.rb, line 1104
    def detect_archos()
      if (user_agent.include?(DEVICE_ARCHOS))
        return true
      end
      return false
    end