a
554325746@qq.com
2019-12-25 5ca83635d670aff1070f616a50d3fc43cccf2e29
1
2
3
4
5
6
7
8
9
10
11
12
package com.basic.security.utils;
 
public class Constants {
    public static String databaseName = "/sdcard/count.db";
    public static String TRUE = "true";
    public static String FALSE = "false";
    public static boolean printSql = false;
 
    public static boolean autoRestart = false;
 
    public static boolean NativeLib =  false;
}