We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent de8c5ec commit 4aad102Copy full SHA for 4aad102
core/java/android/webkit/WebView.java
@@ -927,7 +927,11 @@ public interface PictureListener {
927
* Notify the listener that the picture has changed.
928
* @param view The WebView that owns the picture.
929
* @param picture The new picture.
930
- * @deprecated This method is now obsolete.
+ * @deprecated Due to internal changes, the picture does not include
931
+ * composited layers such as fixed position elements or scrollable divs.
932
+ * While the PictureListener API can still be used to detect changes in
933
+ * the WebView content, you are advised against its usage until a replacement
934
+ * is provided in a future Android release
935
*/
936
@Deprecated
937
public void onNewPicture(WebView view, Picture picture);
0 commit comments