Roblox v2.616.655版本的 MD5 值为:0bc7d8a921fe7f043454ac7c31685936

以下内容为反编译后的 c.java 源代码,内容仅作参考


package c8;

import android.content.Context;
import android.content.SharedPreferences;
import c9.p;
import com.appsflyer.oaid.BuildConfig;
import com.roblox.client.p0;
import u6.c;
public class c implements c.a {
    private r8.a f4692a;
    private SharedPreferences f4693b;
    private String f4694c;

    public c(Context context) {
        this.f4692a = new r8.a(context);
        this.f4693b = p.e(context.getApplicationContext()).d("configure_dev_roblox", true);
        p0.T0(context);
        this.f4694c = p0.o(context);
    }

    @Override
    public void a(String str) {
        if (str != null) {
            this.f4693b.edit().putString("user_agent", str).apply();
        } else {
            this.f4693b.edit().remove("user_agent").apply();
        }
    }

    @Override
    public void b(String str) {
        if (str != null) {
            this.f4692a.h(str);
        } else {
            this.f4692a.a();
        }
    }

    @Override
    public void c(String str) {
        if (str != null) {
            this.f4693b.edit().putString("dev_rpc_ip_port_override", str).apply();
        } else {
            this.f4693b.edit().remove("dev_rpc_ip_port_override").apply();
        }
    }

    @Override
    public u6.c d() {
        String g10 = this.f4692a.g();
        return new u6.c(this.f4693b.getString("RobloxChannel", null), BuildConfig.FLAVOR, this.f4693b.getString("BaseUrl", null), "www.roblox.com/", g10, this.f4693b.getString("user_agent", null), this.f4694c, this.f4693b.getString("dev_rpc_ip_port_override", null));
    }

    @Override
    public void e(String str) {
        if (str != null) {
            this.f4693b.edit().putString("BaseUrl", str).apply();
        } else {
            this.f4693b.edit().remove("BaseUrl").apply();
        }
    }

    @Override
    public void f(String str) {
        if (str != null) {
            this.f4693b.edit().putString("RobloxChannel", str).apply();
        } else {
            this.f4693b.edit().remove("RobloxChannel").apply();
        }
    }
}