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; } }