VegeFruits v7.1版本的 MD5 值为:2ff167dfba698c783e879938fe00b9ce

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


package com.yandex.mobile.ads;

import android.annotation.SuppressLint;
import android.annotation.TargetApi;
import android.content.Context;
import android.support.annotation.NonNull;
import android.support.annotation.Nullable;
import android.webkit.WebView;
import java.util.HashMap;
import java.util.Iterator;
import java.util.Map;

public abstract class t extends WebView {

    @Nullable
    Map<String, Object> d;
    Integer e;

    public t(Context context) {
        super(context);
        this.e = null;
    }

    public final void c() {
        o.a((WebView) this);
        new Object[1][0] = getClass().toString();
    }

    public final void d() {
        o.b(this);
        new Object[1][0] = getClass().toString();
    }

    public void e() {
        com.yandex.mobile.ads.n.m.a(this);
        if (this.d != null) {
            Iterator<String> it = this.d.keySet().iterator();
            while (it.hasNext()) {
                removeJavascriptInterface(it.next());
            }
            this.d.clear();
        }
        destroy();
        new Object[1][0] = getClass().toString();
    }

    public void a(Context context) {
    }

    @Override
    @SuppressLint({"AddJavascriptInterface"})
    public void addJavascriptInterface(Object object, String jsName) {
        super.addJavascriptInterface(object, jsName);
        if (this.d == null) {
            this.d = new HashMap();
        }
        this.d.put(jsName, object);
    }

    @Override
    @TargetApi(11)
    public void removeJavascriptInterface(String jsName) {
        if (o.c(11)) {
            super.removeJavascriptInterface(jsName);
        }
    }

    @Nullable
    public Object a(@NonNull String str) {
        if (this.d != null) {
            return this.d.get(str);
        }
        return null;
    }

    public String b() {
        return "";
    }

    public void b(String str) {
        loadDataWithBaseURL("https://yandex.ru", str + b() + "<body style='margin:0; padding:0;'>", "text/html", "UTF-8", null);
    }
}