xuxiuxi
2017-08-01 21e08324c323d0c5d1e7cedc36323c554857a239
VisitFace/DemoForBsk/app/src/main/java/cn/com/basic/face/discern/common/CommonVariables.java
@@ -113,7 +113,7 @@
    public static boolean FACE_SERVER = false;
    public static boolean ID_CARD = false;
    public static boolean EMULATOR = true;
    public static boolean EMULATOR = false;
    public static boolean androidOffline() {
        return true;
@@ -123,4 +123,10 @@
        public static boolean VISITOR_REGISTER_SELECTED = true;
    }
    public static class InternetAccess {
        public static final int INTERNET_NOT_INITIALIZE = -1;
        public static final int INTERNET_ACCESSIBLE = 1;
        public static final int INTERNET_NOT_ACCESSIBLE = 0;
    }
}