ļĽڶ WebViewClientе shouldInterceptRequest
apiCloudжӦΪ com.uzmap.pkg.uzcore.h.d  Ӧķ
    public WebResourceResponse shouldInterceptRequest(WebView view, String url) {
        if (!this.b) {
            return super.shouldInterceptRequest(view, url);
        }
        String d = b.d(url);
        if (!b.e(d)) {
            return b(url, d);
        }
        WebResourceResponse a = a(url, d);
        return a == null ? super.shouldInterceptRequest(view, url) : a;
    }
 this.b ֵ Ƿʹý 
(this.bֵӦ compile.Properties.smode() Բο com.uzmap.pkg.uzcore.h.f.y() 
    public void y() {
        setNetworkAvailable(true);
        d B = B();
        boolean z = B.q;        ===>  ֵǷԴļĽ
        String j = B.j();
        com.uzmap.pkg.a.k.e.a((WebView) this, z);
        a a = a.a(this.f);
        a.a((b) this);
        setWebChromeClient(a);
        setWebViewClient(c.a(this.f, z, j));
        this.g = new com.uzmap.pkg.uzcore.uzmodule.c(this);
        this.g.a(z, j);
    }
    B.qֵ com.uzmap.pkg.uzcore.b.e.a(InputStream , boolean)  com.uzmap.pkg.uzcore.r.y() н
    ͨóȡ compile.Properties.smode()ֵ
)
 this.b = false ʱʹý  ʱӦԴļûм
 жǷΪ html,js,cssļٽӦĽܴ


