# File lib/mobileesp_converted/user_agent_info.rb, line 547
    def detect_windows_phone()
      if (detect_windows_phone7() || detect_windows_phone8() || detect_windows_phone10())
        return true
      end
      return false
    end