正在查看: Dostt v1.0.89 应用的 PushTracker.java JAVA 源代码文件
本页面展示 JAVA 反编译生成的源代码文件,支持语法高亮显示。 仅供安全研究与技术分析使用,严禁用于任何非法用途。请遵守相关法律法规。
正在查看: Dostt v1.0.89 应用的 PushTracker.java JAVA 源代码文件
本页面展示 JAVA 反编译生成的源代码文件,支持语法高亮显示。 仅供安全研究与技术分析使用,严禁用于任何非法用途。请遵守相关法律法规。
package com.moengage.pushbase.activities;
import Bc.h;
import Cc.y;
import Zb.f;
import ac.s;
import android.content.Context;
import android.content.Intent;
import android.os.Bundle;
import androidx.annotation.Keep;
import androidx.fragment.app.t;
import com.moengage.pushbase.internal.n;
import kotlin.Metadata;
import kotlin.jvm.internal.r;
import le.C1755b;
import nc.d;
import sc.AbstractC1888d;
@Keep
@Metadata(d1 = {"\u0000\"\n\u0002\u0018\u0002\n\u0002\u0018\u0002\n\u0002\b\u0002\n\u0002\u0018\u0002\n\u0000\n\u0002\u0018\u0002\n\u0002\b\u0002\n\u0002\u0010\u000e\n\u0002\b\u0003\b\u0007\u0018\u00002\u00020\u0001B\u0007¢\u0006\u0004\b\u0002\u0010\u0003J\u0019\u0010\u0007\u001a\u00020\u00062\b\u0010\u0005\u001a\u0004\u0018\u00010\u0004H\u0014¢\u0006\u0004\b\u0007\u0010\bR\u0014\u0010\n\u001a\u00020\t8\u0002X\u0082D¢\u0006\u0006\n\u0004\b\n\u0010\u000b¨\u0006\f"}, d2 = {"Lcom/moengage/pushbase/activities/PushTracker;", "Landroidx/fragment/app/t;", "<init>", "()V", "Landroid/os/Bundle;", "savedInstanceState", "LSh/J;", "onCreate", "(Landroid/os/Bundle;)V", "", "tag", "Ljava/lang/String;", "pushbase_defaultRelease"}, k = 1, mv = {1, 9, 0}, xi = 48)
public final class PushTracker extends t {
private final String tag = "PushBase_8.4.0_PushTracker";
protected void onCreate(Bundle savedInstanceState) {
Intent intent;
try {
super.onCreate(savedInstanceState);
h.a.e(h.e, 0, null, null, new PushTracker$onCreate$1(this), 7, null);
intent = getIntent();
} catch (Throwable th2) {
h.a.e(h.e, 1, th2, null, new PushTracker$onCreate$3(this), 4, null);
}
if (intent == null) {
throw new IllegalStateException("Intent cannot be null");
}
Bundle extras = intent.getExtras();
if (extras == null) {
throw new IllegalStateException("Intent extras cannot be empty");
}
AbstractC1888d.a(extras);
y h = n.b.a().h(extras);
if (h == null) {
throw new f("Instance not initialised.");
}
boolean containsKey = extras.containsKey("gcm_webUrl");
C1755b c1755b = new C1755b(h);
c1755b.e(this);
Context applicationContext = getApplicationContext();
r.e(applicationContext, "getApplicationContext(...)");
c1755b.g(applicationContext, extras);
c1755b.d(this, extras);
if (containsKey) {
s sVar = s.a;
Context applicationContext2 = getApplicationContext();
r.e(applicationContext2, "getApplicationContext(...)");
sVar.A(applicationContext2, h, d.d);
}
finish();
h.d(h.d, 0, null, null, new PushTracker$onCreate$2(this), 7, null);
finish();
}
}