# File lib/mobileesp_converted/user_agent_info.rb, line 846
    def detect_amazon_silk()
      if (user_agent.include?(ENGINE_SILK))
        return true
      end
      return false
    end