# File lib/mobileesp_converted/user_agent_info.rb, line 1034 def detect_ubuntu_phone() if ((user_agent.include?(DEVICE_UBUNTU)) && (user_agent.include?(MOBILE))) return true end return false end