# File lib/mobileesp_converted/user_agent_info.rb, line 1048
    def detect_ubuntu_tablet()
      if ((user_agent.include?(DEVICE_UBUNTU)) && (user_agent.include?(DEVICE_TABLET)))
        return true
      end

      return false
    end