# File lib/mobileesp_converted/user_agent_info.rb, line 408
    def detect_android()
      if ((user_agent.include?(DEVICE_ANDROID)) ||
          detect_google_t_v())
        return true
      end

      return false
    end