Apk Done v1.0版本的 MD5 值为:44cfb8e1ce639995aa7f0de6a3a6388b

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


package com.appnext.core;

import android.content.Context;
import android.text.TextUtils;
public class o {
    private static volatile o dB;

    public static o ab() {
        if (dB == null) {
            synchronized (o.class) {
                if (dB == null) {
                    dB = new o();
                }
            }
        }
        return dB;
    }

    public static String i(Context context) {
        String c = System.currentTimeMillis() < l.h(context).a("translateServerResponseAcceptedTime", 0L) + 604800000 ? l.h(context).c("translateServerResponses", null) : "";
        if (TextUtils.isEmpty(c)) {
            try {
                c = g.a(context, "https://cdn.appnext.com/tools/sdk/langs/2.4.4/langs.json", null);
                if (!TextUtils.isEmpty(c)) {
                    l.h(context).d("translateServerResponses", c);
                    l.h(context).b("translateServerResponseAcceptedTime", System.currentTimeMillis());
                }
            } catch (Throwable unused) {
            }
        }
        return c;
    }
}