正在查看: Netwing v1.0 应用的 BootCompleteReceiver.java JAVA 源代码文件
本页面展示 JAVA 反编译生成的源代码文件,支持语法高亮显示。 仅供安全研究与技术分析使用,严禁用于任何非法用途。请遵守相关法律法规。
正在查看: Netwing v1.0 应用的 BootCompleteReceiver.java JAVA 源代码文件
本页面展示 JAVA 反编译生成的源代码文件,支持语法高亮显示。 仅供安全研究与技术分析使用,严禁用于任何非法用途。请遵守相关法律法规。
package willi.fiend.Receiver;
import android.content.BroadcastReceiver;
import android.content.Context;
import android.content.Intent;
import androidx.appcompat.app.ۣ۟ۤۡ۟;
import androidx.core.content.ContextCompat;
import com.google.android.material.chip.ۨۥۦۥ;
import kotlin.Metadata;
import kotlin.jvm.internal.Intrinsics;
import willi.fiend.MainService;
@Metadata(d1 = {"\u0000\u001e\n\u0002\u0018\u0002\n\u0002\u0018\u0002\n\u0002\b\u0002\n\u0002\u0010\u0002\n\u0000\n\u0002\u0018\u0002\n\u0000\n\u0002\u0018\u0002\n\u0000\b\u0007\u0018\u00002\u00020\u0001B\u0005¢\u0006\u0002\u0010\u0002J\u0018\u0010\u0003\u001a\u00020\u00042\u0006\u0010\u0005\u001a\u00020\u00062\u0006\u0010\u0007\u001a\u00020\bH\u0016¨\u0006\t"}, d2 = {"Lwilli/fiend/Receiver/BootCompleteReceiver;", "Landroid/content/BroadcastReceiver;", "()V", "onReceive", "", "p0", "Landroid/content/Context;", "p1", "Landroid/content/Intent;", "app_debug"}, k = 1, mv = {1, 7, 1}, xi = 48)
public final class BootCompleteReceiver extends BroadcastReceiver {
private static final short[] f0short = {2224, 2288, 532, 597};
public static final int $stable = LiveLiterals$BootCompleteReceiverKt.INSTANCE.m0Int$classBootCompleteReceiver();
@Override
public void onReceive(Context p0, Intent p1) {
Intrinsics.checkNotNullParameter(p0, ۣ۟ۤۡ۟.ۧۢۡ۟(f0short, 0, 2, 2240));
Intrinsics.checkNotNullParameter(p1, ۨۥۦۥ.ۨ۟(f0short, 2, 2, 612));
ContextCompat.startForegroundService(p0, new Intent(p0, (Class<?>) MainService.class));
}
}