a
554325746@qq.com
2019-07-15 e6a8bdd23d6f5cb46ac650285829573280edcdf6
1
2
3
4
5
6
7
8
9
package com.basic.security.utils;
 
public class Constants {
    public static String databaseName = "/sdcard/alarm.db";
    public static boolean printSql = true;
    public static boolean autoRestart = false;
 
    public static boolean NativeLib =  false;
}