package com.seewo.vcommons.data;

import android.content.Context;
import android.provider.Settings;

/* JADX INFO: compiled from: GlobalSettingUtils.java */
/* JADX INFO: loaded from: classes.dex */
public final class a {
    private static int a(Context context, String str, int i2) {
        return Settings.Global.getInt(context.getContentResolver(), str, i2);
    }

    public static String b(Context context) {
        return c(context, "RELEASE_VERSION");
    }

    private static String c(Context context, String str) {
        return Settings.Global.getString(context.getContentResolver(), str);
    }

    public static int d(Context context) {
        return a(context, "KEY_SYSTEM_DOCK_STYLE", 1);
    }
}
