MD5 校验值:6011a1bfb735c7e38e35ab5f2fc76009
d.java 文件包含反编译后的源代码,请注意,该内容仅供学习和参考使用,不得用于非法用途。
package d7; import android.util.Log; import com.google.android.gms.common.api.Status; import com.google.android.gms.internal.measurement.m0; import h7.o; import java.io.IOException; import java.net.HttpURLConnection; import java.net.URL; public final class d implements Runnable { public static final e7.l f6874c = new e7.l("RevokeAccessOperation", new String[0]); public final String f6875a; public final o f6876b; public d(String str) { m0.l0(str); this.f6875a = str; this.f6876b = new o(null); } @Override public final void run() { String concat; e7.l lVar = f6874c; Status status = Status.Z; try { HttpURLConnection httpURLConnection = (HttpURLConnection) new URL("https://accounts.google.com/o/oauth2/revoke?token=" + this.f6875a).openConnection(); httpURLConnection.setRequestProperty("Content-Type", "application/x-www-form-urlencoded"); int responseCode = httpURLConnection.getResponseCode(); if (responseCode == 200) { status = Status.X; } else { Log.e((String) lVar.f7513b, ((String) lVar.f7514c).concat("Unable to revoke access!")); } lVar.d("Response Code: " + responseCode, new Object[0]); } catch (IOException e10) { concat = "IOException when revoking access: ".concat(String.valueOf(e10.toString())); Log.e((String) lVar.f7513b, ((String) lVar.f7514c).concat(concat)); this.f6876b.p0(status); } catch (Exception e11) { concat = "Exception when revoking access: ".concat(String.valueOf(e11.toString())); Log.e((String) lVar.f7513b, ((String) lVar.f7514c).concat(concat)); this.f6876b.p0(status); } this.f6876b.p0(status); } }