# File lib/mobileesp_converted/user_agent_info.rb, line 1145
    def detect_gaming_handheld()
      if ((user_agent.include?(DEVICE_PLAYSTATION)) &&
          (user_agent.include?(DEVICE_PLAYSTATION_VITA)))
        return true
      end
      return false
    end