# File lib/mobileesp_converted/user_agent_info.rb, line 586
    def detect_windows_phone10()
      if (user_agent.include?(DEVICE_WIN_PHONE10))
        return true
      end
      return false
    end