- Added realracing3-community.apk (71.57 MB) - Removed 32-bit support (armeabi-v7a) - Only includes arm64-v8a libraries - Decompiled source code included - Added README-community.md with analysis
16 lines
490 B
Java
16 lines
490 B
Java
package org.apache.http.client.params;
|
|
|
|
@Deprecated
|
|
/* loaded from: classes5.dex */
|
|
public final class CookiePolicy {
|
|
public static final String BEST_MATCH = "best-match";
|
|
public static final String BROWSER_COMPATIBILITY = "compatibility";
|
|
public static final String NETSCAPE = "netscape";
|
|
public static final String RFC_2109 = "rfc2109";
|
|
public static final String RFC_2965 = "rfc2965";
|
|
|
|
public CookiePolicy() {
|
|
throw new RuntimeException("Stub!");
|
|
}
|
|
}
|