# File lib/mobileesp_converted/user_agent_info.rb, line 1211 def detect_midp_capable() if (user_agent.include?(DEVICE_MIDP) || http_accept.include?(DEVICE_MIDP)) return true end return false end