# File lib/mobileesp_converted/user_agent_info.rb, line 663
    def detect_black_berry_tablet()
      if (user_agent.include?(DEVICE_B_B_PLAYBOOK))
        return true
      end
      return false
    end