# File lib/mobileesp_converted/user_agent_info.rb, line 803 def detect_web_o_s_t_v() if (user_agent.include?(DEVICE_WEB_O_STV) && user_agent.include?(SMART_T_V2)) return true end return false end