Aqara Home v2.4.1版本的 MD5 值为:529779ac2bc0131db52a1fc3098d2b35

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


package k.u.c.i.i3.r;

import android.text.TextUtils;
import com.lumiunited.aqara.location.bean.CountryEntity;
import org.jetbrains.annotations.NotNull;
public final class d0 {
    public static final d0 a = new d0();

    @NotNull
    public final String a(@NotNull String str) {
        s.b3.w.k0.f(str, "originUrl");
        if (!TextUtils.isEmpty(str)) {
            return "https://cdn.aqara.com/cdn/app/mainland/h5/pdfjs/web/view.html?pdf=" + str;
        }
        CountryEntity f2 = k.u.c.r.l.d.f();
        s.b3.w.k0.a((Object) f2, "LocationHelper.getCurrentCountryEntity()");
        return s.b3.w.k0.a((Object) f2.getCountryCode(), (Object) "EU") ? "https://cdn.aqara.com/cdn/app/mainland/h5/index.html#/privacyPolicy_GDPR" : str;
    }
}