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

应用版本信息
应用名称:То-то пицца
版本号:3.3.5
包名称:ru.totopizza.to_to

MD5 校验值:45179d8346c2c80751c3a2c25cc20ace

反编译源代码说明

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


package a1;

import com.google.android.gms.common.api.Status;
import java.io.IOException;
import java.net.HttpURLConnection;
import java.net.URL;

public final class e implements Runnable {

    private static final i1.a f7o = new i1.a("RevokeAccessOperation", new String[0]);

    private final String f8m;

    private final com.google.android.gms.common.api.internal.s f9n = new com.google.android.gms.common.api.internal.s(null);

    public e(String str) {
        this.f8m = com.google.android.gms.common.internal.h.g(str);
    }

    public static e1.c<Status> a(String str) {
        if (str == null) {
            return e1.d.a(new Status(4), null);
        }
        e eVar = new e(str);
        new Thread(eVar).start();
        return eVar.f9n;
    }

    @Override
    public final void run() {
        Status status = Status.f1683t;
        try {
            String valueOf = String.valueOf(this.f8m);
            HttpURLConnection httpURLConnection = (HttpURLConnection) new URL(valueOf.length() != 0 ? "https://accounts.google.com/o/oauth2/revoke?token=".concat(valueOf) : new String("https://accounts.google.com/o/oauth2/revoke?token=")).openConnection();
            httpURLConnection.setRequestProperty("Content-Type", "application/x-www-form-urlencoded");
            int responseCode = httpURLConnection.getResponseCode();
            if (responseCode == 200) {
                status = Status.f1681r;
            } else {
                f7o.b("Unable to revoke access!", new Object[0]);
            }
            i1.a aVar = f7o;
            StringBuilder sb = new StringBuilder(26);
            sb.append("Response Code: ");
            sb.append(responseCode);
            aVar.a(sb.toString(), new Object[0]);
        } catch (IOException e7) {
            i1.a aVar2 = f7o;
            String valueOf2 = String.valueOf(e7.toString());
            aVar2.b(valueOf2.length() != 0 ? "IOException when revoking access: ".concat(valueOf2) : new String("IOException when revoking access: "), new Object[0]);
        } catch (Exception e8) {
            i1.a aVar3 = f7o;
            String valueOf3 = String.valueOf(e8.toString());
            aVar3.b(valueOf3.length() != 0 ? "Exception when revoking access: ".concat(valueOf3) : new String("Exception when revoking access: "), new Object[0]);
        }
        this.f9n.h(status);
    }
}