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

Commit 22c9a468 authored by Peter Birk Pakkenberg's avatar Peter Birk Pakkenberg Committed by Android (Google) Code Review
Browse files

Merge "Make URLUtil change-id non-public" into main

parents 7968d028 2f178d86
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;