# File lib/mobileesp_converted/user_agent_info.rb, line 831
    def detect_kindle()
      if (user_agent.include?(DEVICE_KINDLE) &&
          !detect_android())
        return true
      end
      return false
    end