# File lib/mobileesp_converted/user_agent_info.rb, line 873
    def detect_bada()
      if (user_agent.include?(DEVICE_BADA))
        return true
      end
      return false
    end