package b.c.e.a;

import android.os.SystemProperties;

/* JADX INFO: compiled from: Constants.java */
/* JADX INFO: loaded from: classes.dex */
public class a {

    /* JADX INFO: renamed from: a, reason: collision with root package name */
    public static final String f1523a;

    static {
        f1523a = a() ? "ro.ctm.main_source_id" : "ro.cvte.main_source_id";
    }

    public static boolean a() {
        return SystemProperties.getInt("ro.ctm.support.selinux", 0) == 1;
    }
}
