# File lib/mobileesp_converted/user_agent_info.rb, line 927 def detect_meego_phone() if (user_agent.include?(DEVICE_MEEGO) && user_agent.include?(MOBI)) return true end return false end