Free Fire v1.103.1版本的 MD5 值为:f6c45f9f1485263aa5af0fb400f973fc

以下内容为反编译后的 f.java 源代码,内容仅作参考


package g5;

import com.google.android.gms.common.api.Status;
import java.io.IOException;
import java.net.HttpURLConnection;
import java.net.URL;
public final class f implements Runnable {
    private static final p5.a f8289c = new p5.a("RevokeAccessOperation", new String[0]);
    private final String f8290a;
    private final k5.k f8291b;

    private f(String str) {
        m5.p.g(str);
        this.f8290a = str;
        this.f8291b = new k5.k(null);
    }

    public static j5.c<Status> a(String str) {
        if (str == null) {
            return j5.d.a(new Status(4), null);
        }
        f fVar = new f(str);
        new Thread(fVar).start();
        return fVar.f8291b;
    }

    @Override
    public final void run() {
        Status status = Status.f3922i;
        try {
            String valueOf = String.valueOf(this.f8290a);
            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.f3920g;
            } else {
                f8289c.b("Unable to revoke access!", new Object[0]);
            }
            p5.a aVar = f8289c;
            StringBuilder sb = new StringBuilder(26);
            sb.append("Response Code: ");
            sb.append(responseCode);
            aVar.a(sb.toString(), new Object[0]);
        } catch (IOException e10) {
            p5.a aVar2 = f8289c;
            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) {
            p5.a aVar3 = f8289c;
            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.f8291b.k(status);
    }
}