# File lib/mobileesp_converted/user_agent_info.rb, line 886 def detect_tizen() if (user_agent.include?(DEVICE_TIZEN) && user_agent.include?(MOBILE)) return true end return false end