# File lib/mobileesp_converted/user_agent_info.rb, line 1131
    def detect_sony_playstation()
      if (user_agent.include?(DEVICE_PLAYSTATION))
        return true
      end
      return false
    end