# File lib/mobileesp_converted/user_agent_info.rb, line 1172 def detect_xbox() if (user_agent.include?(DEVICE_XBOX)) return true end return false end