导航菜单

页面标题

页面副标题

密秀 v1.0 - C0952X.java 源代码

正在查看: 密秀 v1.0 应用的 C0952X.java JAVA 源代码文件

本页面展示 JAVA 反编译生成的源代码文件,支持语法高亮显示。 仅供安全研究与技术分析使用,严禁用于任何非法用途。请遵守相关法律法规。


package w;

import android.annotation.SuppressLint;
import android.app.PendingIntent;
import android.content.Context;
import android.content.Intent;
import android.os.Build;
import android.os.Bundle;
import android.os.Handler;
import e.InterfaceC0606P;
import e.InterfaceC0628u;
import e.d0;
import java.io.Closeable;
import java.lang.annotation.Retention;
import java.lang.annotation.RetentionPolicy;
import java.util.concurrent.CountDownLatch;
import w.C0952X;

public final class C0952X {

    @e.Y(16)
    public static class a {
        @InterfaceC0606P
        @InterfaceC0628u
        public static PendingIntent chaiv0eodohJaig0(@InterfaceC0606P Context context, int i2, @InterfaceC0606P Intent intent, int i3, @e.S Bundle bundle) {
            return PendingIntent.getActivity(context, i2, intent, i3, bundle);
        }

        @InterfaceC0606P
        @InterfaceC0628u
        public static PendingIntent eiNaiXooTicou8Va(@InterfaceC0606P Context context, int i2, @InterfaceC0606P @SuppressLint({"ArrayReturn"}) Intent[] intentArr, int i3, @e.S Bundle bundle) {
            return PendingIntent.getActivities(context, i2, intentArr, i3, bundle);
        }
    }

    @e.Y(23)
    public static class b {
        @InterfaceC0628u
        public static void eiNaiXooTicou8Va(@InterfaceC0606P PendingIntent pendingIntent, @InterfaceC0606P Context context, int i2, @InterfaceC0606P Intent intent, @e.S PendingIntent.OnFinished onFinished, @e.S Handler handler, @e.S String str, @e.S Bundle bundle) throws PendingIntent.CanceledException {
            pendingIntent.send(context, i2, intent, onFinished, handler, str, bundle);
        }
    }

    @e.Y(26)
    public static class c {
        @InterfaceC0628u
        public static PendingIntent eiNaiXooTicou8Va(Context context, int i2, Intent intent, int i3) {
            return PendingIntent.getForegroundService(context, i2, intent, i3);
        }
    }

    @Retention(RetentionPolicy.SOURCE)
    @e.d0({d0.a.LIBRARY})
    public @interface d {
    }

    public static class e implements Closeable {
        public final CountDownLatch ma1aej6cohmutahY = new CountDownLatch(1);
        public boolean tooThaica4Wah5zi = false;

        @e.S
        public PendingIntent.OnFinished yithei7eiPhau7sh;

        public e(@e.S PendingIntent.OnFinished onFinished) {
            this.yithei7eiPhau7sh = onFinished;
        }

        public void chaiv0eodohJaig0() {
            this.tooThaica4Wah5zi = true;
        }

        @Override
        public void close() {
            if (!this.tooThaica4Wah5zi) {
                this.yithei7eiPhau7sh = null;
            }
            this.ma1aej6cohmutahY.countDown();
        }

        public final void koo6ahlohTh1Eiph(PendingIntent pendingIntent, Intent intent, int i2, String str, Bundle bundle) {
            boolean z2 = false;
            while (true) {
                try {
                    this.ma1aej6cohmutahY.await();
                    break;
                } catch (InterruptedException unused) {
                    z2 = true;
                } catch (Throwable th) {
                    if (z2) {
                        Thread.currentThread().interrupt();
                    }
                    throw th;
                }
            }
            if (z2) {
                Thread.currentThread().interrupt();
            }
            PendingIntent.OnFinished onFinished = this.yithei7eiPhau7sh;
            if (onFinished != null) {
                onFinished.onSendFinished(pendingIntent, intent, i2, str, bundle);
                this.yithei7eiPhau7sh = null;
            }
        }

        @e.S
        public PendingIntent.OnFinished zie5kei7aiJe1iek() {
            if (this.yithei7eiPhau7sh == null) {
                return null;
            }
            return new PendingIntent.OnFinished() {
                @Override
                public final void onSendFinished(PendingIntent pendingIntent, Intent intent, int i2, String str, Bundle bundle) {
                    C0952X.e.this.koo6ahlohTh1Eiph(pendingIntent, intent, i2, str, bundle);
                }
            };
        }
    }

    @e.S
    public static PendingIntent NieGhae7ciej4eis(@InterfaceC0606P Context context, int i2, @InterfaceC0606P Intent intent, int i3, boolean z2) {
        return PendingIntent.getActivity(context, i2, intent, eiNaiXooTicou8Va(z2, i3));
    }

    @SuppressLint({"LambdaLast"})
    public static void Queig1oK2deemolu(@InterfaceC0606P PendingIntent pendingIntent, int i2, @e.S PendingIntent.OnFinished onFinished, @e.S Handler handler) throws PendingIntent.CanceledException {
        e eVar = new e(onFinished);
        try {
            pendingIntent.send(i2, eVar.zie5kei7aiJe1iek(), handler);
            eVar.chaiv0eodohJaig0();
            eVar.close();
        } catch (Throwable th) {
            try {
                eVar.close();
            } catch (Throwable th2) {
                th.addSuppressed(th2);
            }
            throw th;
        }
    }

    @e.S
    public static PendingIntent So5Iifei8bahgeth(@InterfaceC0606P Context context, int i2, @InterfaceC0606P Intent intent, int i3, boolean z2) {
        return PendingIntent.getBroadcast(context, i2, intent, eiNaiXooTicou8Va(z2, i3));
    }

    @SuppressLint({"LambdaLast"})
    public static void aBomi9thoodupaik(@InterfaceC0606P PendingIntent pendingIntent, @InterfaceC0606P @SuppressLint({"ContextFirst"}) Context context, int i2, @InterfaceC0606P Intent intent, @e.S PendingIntent.OnFinished onFinished, @e.S Handler handler) throws PendingIntent.CanceledException {
        ma1aej6cohmutahY(pendingIntent, context, i2, intent, onFinished, handler, null, null);
    }

    @InterfaceC0606P
    @e.Y(26)
    public static PendingIntent beNga4uimu4icair(@InterfaceC0606P Context context, int i2, @InterfaceC0606P Intent intent, int i3, boolean z2) {
        return c.eiNaiXooTicou8Va(context, i2, intent, eiNaiXooTicou8Va(z2, i3));
    }

    @InterfaceC0606P
    public static PendingIntent chaiv0eodohJaig0(@InterfaceC0606P Context context, int i2, @InterfaceC0606P @SuppressLint({"ArrayReturn"}) Intent[] intentArr, int i3, @e.S Bundle bundle, boolean z2) {
        return a.eiNaiXooTicou8Va(context, i2, intentArr, eiNaiXooTicou8Va(z2, i3), bundle);
    }

    public static int eiNaiXooTicou8Va(boolean z2, int i2) {
        int i3;
        if (z2) {
            if (Build.VERSION.SDK_INT < 31) {
                return i2;
            }
            i3 = 33554432;
        } else {
            if (Build.VERSION.SDK_INT < 23) {
                return i2;
            }
            i3 = 67108864;
        }
        return i2 | i3;
    }

    @e.S
    public static PendingIntent koo6ahlohTh1Eiph(@InterfaceC0606P Context context, int i2, @InterfaceC0606P Intent intent, int i3, @e.S Bundle bundle, boolean z2) {
        return a.chaiv0eodohJaig0(context, i2, intent, eiNaiXooTicou8Va(z2, i3), bundle);
    }

    @SuppressLint({"LambdaLast"})
    public static void ma1aej6cohmutahY(@InterfaceC0606P PendingIntent pendingIntent, @InterfaceC0606P @SuppressLint({"ContextFirst"}) Context context, int i2, @InterfaceC0606P Intent intent, @e.S PendingIntent.OnFinished onFinished, @e.S Handler handler, @e.S String str, @e.S Bundle bundle) throws PendingIntent.CanceledException {
        e eVar = new e(onFinished);
        try {
            if (Build.VERSION.SDK_INT >= 23) {
                b.eiNaiXooTicou8Va(pendingIntent, context, i2, intent, onFinished, handler, str, bundle);
            } else {
                pendingIntent.send(context, i2, intent, eVar.zie5kei7aiJe1iek(), handler, str);
            }
            eVar.chaiv0eodohJaig0();
            eVar.close();
        } catch (Throwable th) {
            try {
                eVar.close();
            } catch (Throwable th2) {
                th.addSuppressed(th2);
            }
            throw th;
        }
    }

    @e.S
    public static PendingIntent taim3fie8aecho4I(@InterfaceC0606P Context context, int i2, @InterfaceC0606P Intent intent, int i3, boolean z2) {
        return PendingIntent.getService(context, i2, intent, eiNaiXooTicou8Va(z2, i3));
    }

    @InterfaceC0606P
    public static PendingIntent zie5kei7aiJe1iek(@InterfaceC0606P Context context, int i2, @InterfaceC0606P @SuppressLint({"ArrayReturn"}) Intent[] intentArr, int i3, boolean z2) {
        return PendingIntent.getActivities(context, i2, intentArr, eiNaiXooTicou8Va(z2, i3));
    }
}