package g.j.a.b;

import android.os.SystemProperties;

/* JADX INFO: loaded from: classes.dex */
public class a {
    public static final String a = SystemProperties.get("ro.cvte.flavor.name", "");

    static {
        SystemProperties.get("ro.product.device", "");
        SystemProperties.get("ro.cvte.flavor.name", "");
        SystemProperties.get("ro.cvte.flavor.sub.name", "");
        SystemProperties.get("ro.cvte.brand", "");
        SystemProperties.get("ro.product.board", "");
        SystemProperties.getBoolean("ro.analytics.settings.enable", true);
    }
}
