You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
final class Type {
private Type() {};
final public static long CACHE = 1 << 0;
final public static long COOKIES = 1 << 1;
final public static long DOWNLOADS = 1 << 2;
final public static long FORM_DATA = 1 << 3;
final public static long HISTORY = 1 << 4;
final public static long LOCAL_STORAGE = 1 << 5;
final public static long PASSWORDS = 1 << 6;
}
The text was updated successfully, but these errors were encountered:
This should pass the lint but it doesn't:
The text was updated successfully, but these errors were encountered: