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

Commit 2f178d86 authored by Peter Birk Pakkenberg's avatar Peter Birk Pakkenberg
Browse files

Make URLUtil change-id non-public

This should resolve the issue in test, and the constant was never
intended to be public in the first place

Bug: 322123583
Test: Being re-enabled alongside this CL
Change-Id: I5330950a8a1bedf76dfb43375a72b5d177710f0b
parent dae634e0
Loading
Loading
Loading
Loading
+1 −3
Original line number Diff line number Diff line
@@ -16,7 +16,6 @@

package android.webkit;

import android.annotation.FlaggedApi;
import android.annotation.NonNull;
import android.annotation.Nullable;
import android.compat.Compatibility;
@@ -47,8 +46,7 @@ public final class URLUtil {
     */
    @ChangeId
    @EnabledSince(targetSdkVersion = Build.VERSION_CODES.VANILLA_ICE_CREAM)
    @FlaggedApi(android.os.Flags.FLAG_ANDROID_OS_BUILD_VANILLA_ICE_CREAM)
    public static final long PARSE_CONTENT_DISPOSITION_USING_RFC_6266 = 319400769L;
    static final long PARSE_CONTENT_DISPOSITION_USING_RFC_6266 = 319400769L;

    private static final String LOGTAG = "webkit";
    private static final boolean TRACE = false;