I used to use capturePicture() method to make a snapshot of my WebView. This method was deprecated in API level 19.
The doc say that "Use onDraw(Canvas) to obtain a bitmap snapshot of the WebView", but I really don't know how it means.
Will you please teach me how to solve the problem?