正在查看: Bhakti v5.4.0 应用的 GeofenceJobIntentService.java JAVA 源代码文件
本页面展示 JAVA 反编译生成的源代码文件,支持语法高亮显示。 仅供安全研究与技术分析使用,严禁用于任何非法用途。请遵守相关法律法规。
正在查看: Bhakti v5.4.0 应用的 GeofenceJobIntentService.java JAVA 源代码文件
本页面展示 JAVA 反编译生成的源代码文件,支持语法高亮显示。 仅供安全研究与技术分析使用,严禁用于任何非法用途。请遵守相关法律法规。
package com.moengage.geofence.internal;
import Ai.p;
import android.content.Context;
import android.content.Intent;
import androidx.core.app.JobIntentService;
import hg.C1715e;
import hg.C1716f;
import hg.g;
import kotlin.Metadata;
import kotlin.jvm.internal.Intrinsics;
import mf.h;
import qg.e0;
import yd.c;
@Metadata
public final class GeofenceJobIntentService extends JobIntentService {
public static final C1716f Companion = new C1716f();
private static final String TAG = "Geofence_5.0.0_GeofenceJobIntentService";
public void onHandleWork(Intent intent) {
g gVar;
Intrinsics.checkNotNullParameter(intent, "intent");
try {
g gVar2 = g.b;
if (gVar2 == null) {
synchronized (g.class) {
try {
gVar = g.b;
if (gVar == null) {
gVar = new g(0);
}
g.b = gVar;
} finally {
}
}
gVar2 = gVar;
}
Context applicationContext = getApplicationContext();
Intrinsics.checkNotNullExpressionValue(applicationContext, "getApplicationContext(...)");
gVar2.j(applicationContext, intent);
} catch (Throwable th2) {
c cVar = h.c;
p.P(1, th2, (e0) null, C1715e.f15642h, 4);
}
}
}