# File lib/mobileesp_converted/user_agent_info.rb, line 1076 def detect_sony_mylo() if (user_agent.include?(MANU_SONY) && (user_agent.include?(QTEMBEDDED) || user_agent.include?(MYLOCOM2))) return true end return false end