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

Commit 07ea4366 authored by Nate Fischer's avatar Nate Fischer
Browse files

WebView: remove unused DATA_REDUCTION_PROXY_SETTING_CHANGED API

This API was unused. We're removing this under recommendation from the
API council.

Bug: 62425491
Test: make -j40 update-api
Change-Id: If869305b46b2dd2c5c4ab269e3544d4e2156ddd7
parent 01a14f20
Loading
Loading
Loading
Loading
+0 −1
Original line number Diff line number Diff line
@@ -52904,7 +52904,6 @@ package android.webkit {
    method public void zoomBy(float);
    method public boolean zoomIn();
    method public boolean zoomOut();
    field public static final java.lang.String DATA_REDUCTION_PROXY_SETTING_CHANGED = "android.webkit.DATA_REDUCTION_PROXY_SETTING_CHANGED";
    field public static final int RENDERER_PRIORITY_BOUND = 1; // 0x1
    field public static final int RENDERER_PRIORITY_IMPORTANT = 2; // 0x2
    field public static final int RENDERER_PRIORITY_WAIVED = 0; // 0x0
+0 −10
Original line number Diff line number Diff line
@@ -331,16 +331,6 @@ public class WebView extends AbsoluteLayout
        implements ViewTreeObserver.OnGlobalFocusChangeListener,
        ViewGroup.OnHierarchyChangeListener, ViewDebug.HierarchyHandler {

    /**
     * Broadcast Action: Indicates the data reduction proxy setting changed.
     * Sent by the settings app when user changes the data reduction proxy value. This intent will
     * always stay as a hidden API.
     * @hide
     */
    @SystemApi
    public static final String DATA_REDUCTION_PROXY_SETTING_CHANGED =
            "android.webkit.DATA_REDUCTION_PROXY_SETTING_CHANGED";

    private static final String LOGTAG = "WebView";

    // Throwing an exception for incorrect thread usage if the