package T0;

/* JADX INFO: loaded from: classes.dex */
public enum f {
    /* JADX INFO: Fake field, exist only in values array */
    check_su_binary(new String[]{"/system/xbin/which", "su"}),
    /* JADX INFO: Fake field, exist only in values array */
    check_daemon_su(new String[]{"ps", "daemonsu"}),
    run_su(new String[]{"su"}),
    check_su(new String[]{"ps", "|", "grep", "su"});


    /* JADX INFO: renamed from: k, reason: collision with root package name */
    public final String[] f2858k;

    f(String[] strArr) {
        this.f2858k = strArr;
    }
}
