package d.r;

import android.os.Build;

/* JADX INFO: loaded from: classes.dex */
public class o {
    public static final boolean a;

    /* JADX INFO: renamed from: b, reason: collision with root package name */
    public static final boolean f3411b;

    /* JADX INFO: renamed from: c, reason: collision with root package name */
    public static final boolean f3412c;

    static {
        int i2 = Build.VERSION.SDK_INT;
        a = true;
        f3411b = true;
        f3412c = i2 >= 28;
    }
}
