摘要:
public final class LogUtil { /** all Log print on-off */ private final static boolean all = true; /** info Log print on-off */ private final static ... 阅读全文
摘要:
//跟App相关的辅助类public class AppUtils{ private AppUtils() { /* cannot be instantiated */ throw new UnsupportedOperationException("cannot be instantiat... 阅读全文