FlixOlé v4.4.0版本的 MD5 值为:50e7f767ca3e8715936523e9ef089581

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


package i.d.a.d.b.e.e.e;

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 {
    public static final i.d.a.d.f.r.a f5534p = new i.d.a.d.f.r.a("RevokeAccessOperation", new String[0]);
    public final String f5535n;
    public final i.d.a.d.f.o.q.s f5536o;

    public f(String str) {
        i.d.a.d.f.q.q.g(str);
        this.f5535n = str;
        this.f5536o = new i.d.a.d.f.o.q.s(null);
    }

    public static i.d.a.d.f.o.g<Status> a(String str) {
        if (str == null) {
            return i.d.a.d.f.o.h.a(new Status(4), null);
        }
        f fVar = new f(str);
        new Thread(fVar).start();
        return fVar.f5536o;
    }

    @Override
    public final void run() {
        Status status = Status.u;
        try {
            String valueOf = String.valueOf(this.f5535n);
            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.s;
            } else {
                f5534p.b("Unable to revoke access!", new Object[0]);
            }
            i.d.a.d.f.r.a aVar = f5534p;
            StringBuilder sb = new StringBuilder(26);
            sb.append("Response Code: ");
            sb.append(responseCode);
            aVar.a(sb.toString(), new Object[0]);
        } catch (IOException e) {
            i.d.a.d.f.r.a aVar2 = f5534p;
            String valueOf2 = String.valueOf(e.toString());
            aVar2.b(valueOf2.length() != 0 ? "IOException when revoking access: ".concat(valueOf2) : new String("IOException when revoking access: "), new Object[0]);
        } catch (Exception e2) {
            i.d.a.d.f.r.a aVar3 = f5534p;
            String valueOf3 = String.valueOf(e2.toString());
            aVar3.b(valueOf3.length() != 0 ? "Exception when revoking access: ".concat(valueOf3) : new String("Exception when revoking access: "), new Object[0]);
        }
        this.f5536o.j(status);
    }
}