APK反编译源代码展示 - 南明离火平台提供

应用版本信息
应用名称:Shopping List
版本号:2.74
包名称:com.icedblueberry.shoppinglisteasy

MD5 校验值:8005b9444b02324a81f85f1ef7e26f28

反编译源代码说明

b.java 文件包含反编译后的源代码,请注意,该内容仅供学习和参考使用,不得用于非法用途。


package d4;

import android.net.Uri;
import java.io.IOException;
import java.net.HttpURLConnection;
import java.net.URL;
import java.util.HashMap;
import java.util.Map;

public final class b extends Thread {

    public final Map f4125s;

    public b(HashMap hashMap) {
        this.f4125s = hashMap;
    }

    @Override
    public final void run() {
        Map map = this.f4125s;
        Uri.Builder buildUpon = Uri.parse("https://pagead2.googlesyndication.com/pagead/gen_204?id=gmob-apps").buildUpon();
        for (String str : map.keySet()) {
            buildUpon.appendQueryParameter(str, (String) map.get(str));
        }
        String uri = buildUpon.build().toString();
        try {
            HttpURLConnection httpURLConnection = (HttpURLConnection) new URL(uri).openConnection();
            try {
                int responseCode = httpURLConnection.getResponseCode();
                if (responseCode < 200 || responseCode >= 300) {
                    new StringBuilder(String.valueOf(uri).length() + 65);
                }
                httpURLConnection.disconnect();
            } catch (Throwable th) {
                httpURLConnection.disconnect();
                throw th;
            }
        } catch (IOException e10) {
            e = e10;
            new StringBuilder(String.valueOf(uri).length() + 27 + String.valueOf(e.getMessage()).length());
        } catch (IndexOutOfBoundsException e11) {
            new StringBuilder(String.valueOf(uri).length() + 32 + String.valueOf(e11.getMessage()).length());
        } catch (RuntimeException e12) {
            e = e12;
            new StringBuilder(String.valueOf(uri).length() + 27 + String.valueOf(e.getMessage()).length());
        }
    }
}