# File lib/mobileesp_converted/user_agent_info.rb, line 1020
    def detect_ubuntu()
      if (detect_ubuntu_phone() || detect_ubuntu_tablet())
        return true
      end

      return false
    end