Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 34d06dd9 authored by Steve Block's avatar Steve Block Committed by Android (Google) Code Review
Browse files

Merge "Deprecate ANCHOR_TYPE and IMAGE_ANCHOR_TYPE from WebView.HitTestResult"

parents e85626f3 1854ddb6
Loading
Loading
Loading
Loading
+4 −2
Original line number Diff line number Diff line
@@ -871,8 +871,9 @@ public class WebView extends AbsoluteLayout
         */
        public static final int UNKNOWN_TYPE = 0;
        /**
         * HitTestResult for hitting a HTML::a tag
         * @deprecated This type is no longer used.
         */
        @Deprecated
        public static final int ANCHOR_TYPE = 1;
        /**
         * HitTestResult for hitting a phone number
@@ -891,8 +892,9 @@ public class WebView extends AbsoluteLayout
         */
        public static final int IMAGE_TYPE = 5;
        /**
         * HitTestResult for hitting a HTML::a tag which contains HTML::img
         * @deprecated This type is no longer used.
         */
        @Deprecated
        public static final int IMAGE_ANCHOR_TYPE = 6;
        /**
         * HitTestResult for hitting a HTML::a tag with src=http