导航菜单

页面标题

页面副标题

MX Player v1.97.8 - PTPushNotificationReceiver.java 源代码

正在查看: MX Player v1.97.8 应用的 PTPushNotificationReceiver.java JAVA 源代码文件

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


package com.clevertap.android.pushtemplates;

import android.content.Context;
import android.content.Intent;
import android.os.Bundle;
import com.clevertap.android.sdk.CleverTapAPI;
import com.clevertap.android.sdk.pushnotification.CTPushNotificationReceiver;
import defpackage.j5i;
import defpackage.lyg;
import java.util.concurrent.Callable;

public class PTPushNotificationReceiver extends CTPushNotificationReceiver {

    public class a implements Callable<Void> {
        public final Context b;
        public final Intent c;

        public a(Context context, Intent intent) {
            this.b = context;
            this.c = intent;
        }

        @Override
        public final Void call() throws Exception {
            Context context = this.b;
            try {
                j5i.b(context, this.c);
                j5i.c(context);
                return null;
            } catch (Throwable th) {
                th.getLocalizedMessage();
                int i = lyg.R;
                lyg.a[] aVarArr = lyg.a.b;
                return null;
            }
        }
    }

    public final void onReceive(Context context, Intent intent) {
        if (intent.getStringExtra("wzrk_dl") == null) {
            intent.removeExtra("wzrk_dl");
        }
        super.onReceive(context, intent);
        Bundle extras = intent.getExtras();
        if (extras == null) {
            return;
        }
        CleverTapAPI h = CleverTapAPI.h(context, extras.getString("wzrk_acct_id"));
        if (h == null) {
            int i = lyg.R;
            lyg.a[] aVarArr = lyg.a.b;
            return;
        }
        try {
            hw1.b(h.b.a).b().b("PTPushNotificationReceiver#cleanUpFiles", new a(context, intent));
        } catch (Exception e) {
            e.getLocalizedMessage();
            int i2 = lyg.R;
            lyg.a[] aVarArr2 = lyg.a.b;
        }
    }
}