# File lib/mobileesp_converted/user_agent_info.rb, line 478
    def detect_android_web_kit()
      if (detect_android() && detect_webkit())
        return true
      end
      return false
    end