package e.c.d.y;

import android.os.SystemProperties;

/* JADX INFO: compiled from: PlatformUtils.java */
/* JADX INFO: loaded from: classes.dex */
public class d {
    private static boolean a() {
        return SystemProperties.get("persist.sys.change.mlg.name", "false").equals("true");
    }

    public static boolean b() {
        String str = SystemProperties.get("ro.product.manufacturer", "");
        return "Droidlogic".equals(str) || "Amlogic".equals(str) || a();
    }

    public static boolean c() {
        return d(true);
    }

    public static boolean d(boolean z) {
        return f.b("persist.sys.opensdk.system", z);
    }
}
