package g.j.a.c;

import android.os.SystemProperties;

/* JADX INFO: loaded from: classes.dex */
public class a {
    static {
        SystemProperties.getBoolean("persist.sys.umengfunction", true);
    }

    public static String a() {
        return SystemProperties.get("ro.build.version.incremental", "develop");
    }

    public static int b() {
        return SystemProperties.getInt("persist.sys.working.writer", 0);
    }

    public static boolean c() {
        return "1".equals(SystemProperties.get("persist.sys.accelerator_lock"));
    }
}
