# File lib/mobileesp_converted/user_agent_info.rb, line 817
    def detect_opera_mobile()
      if (user_agent.include?(ENGINE_OPERA) && (user_agent.include?(MINI) || user_agent.include?(MOBI)))
        return true
      end
      return false
    end