All Downloads are FREE. Search and download functionalities are using the official Maven repository.

android.util.Config Maven / Gradle / Ivy

Go to download

provide android hidden api definition ,helper for android super framework development

There is a newer version: 1.11
Show newest version
package android.util;
@java.lang.Deprecated()
public final class Config
{
Config() { throw new RuntimeException("Stub!"); }
@java.lang.Deprecated()
public static final boolean DEBUG = false;
@java.lang.Deprecated()
public static final boolean RELEASE = true;
@java.lang.Deprecated()
public static final boolean PROFILE = false;
@java.lang.Deprecated()
public static final boolean LOGV = false;
@java.lang.Deprecated()
public static final boolean LOGD = true;
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy