package com.seewo.remote.g;

import android.util.Log;

/* JADX INFO: compiled from: SystemPropertiesInternal.java */
/* JADX INFO: loaded from: classes.dex */
public class t {
    public static String a(String str, String str2) {
        try {
            Class<?> cls = Class.forName("android.os.SystemProperties");
            return (String) cls.getMethod("get", String.class, String.class).invoke(cls, str, str2);
        } catch (Exception e2) {
            Log.e("SystemPropertiesProxy", e2.getMessage());
            return null;
        }
    }
}
