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

应用版本信息
应用名称:JioFiberPartner
版本号:5.2.0
包名称:com.jfp.prod

MD5 校验值:7cd346351ab05a28e42aff65173e0141

反编译源代码说明

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


package o3;

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 u3.a f11133d = new u3.a("RevokeAccessOperation", new String[0]);

    private final String f11134b;

    private final com.google.android.gms.common.api.internal.o f11135c;

    private e(String str) {
        com.google.android.gms.common.internal.j.g(str);
        this.f11134b = str;
        this.f11135c = new com.google.android.gms.common.api.internal.o(null);
    }

    public static com.google.android.gms.common.api.e<Status> a(String str) {
        if (str == null) {
            return com.google.android.gms.common.api.f.a(new Status(4), null);
        }
        e eVar = new e(str);
        new Thread(eVar).start();
        return eVar.f11135c;
    }

    @Override
    public final void run() {
        Status status = Status.f3964i;
        try {
            String valueOf = String.valueOf(this.f11134b);
            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.f3962g;
            } else {
                f11133d.b("Unable to revoke access!", new Object[0]);
            }
            u3.a aVar = f11133d;
            StringBuilder sb = new StringBuilder(26);
            sb.append("Response Code: ");
            sb.append(responseCode);
            aVar.a(sb.toString(), new Object[0]);
        } catch (IOException e10) {
            u3.a aVar2 = f11133d;
            String valueOf2 = String.valueOf(e10.toString());
            aVar2.b(valueOf2.length() != 0 ? "IOException when revoking access: ".concat(valueOf2) : new String("IOException when revoking access: "), new Object[0]);
        } catch (Exception e11) {
            u3.a aVar3 = f11133d;
            String valueOf3 = String.valueOf(e11.toString());
            aVar3.b(valueOf3.length() != 0 ? "Exception when revoking access: ".concat(valueOf3) : new String("Exception when revoking access: "), new Object[0]);
        }
        this.f11135c.k(status);
    }
}