正在查看: FileWipe Pro v3.0.0 应用的 CompService.java JAVA 源代码文件
本页面展示 JAVA 反编译生成的源代码文件,支持语法高亮显示。 仅供安全研究与技术分析使用,严禁用于任何非法用途。请遵守相关法律法规。
正在查看: FileWipe Pro v3.0.0 应用的 CompService.java JAVA 源代码文件
本页面展示 JAVA 反编译生成的源代码文件,支持语法高亮显示。 仅供安全研究与技术分析使用,严禁用于任何非法用途。请遵守相关法律法规。
package com.cnea.sten.wpysee.serivce;
import android.app.Notification;
import android.app.Service;
import android.content.Intent;
import android.os.Build;
import android.os.IBinder;
import android.widget.RemoteViews;
import i0.t;
import i0.u;
import kotlin.Metadata;
import kotlin.Unit;
import ld.k;
import ld.m;
import n3.g;
import ye.d;
@Metadata
public final class CompService extends Service {
@Override
public final IBinder onBind(Intent intent) {
return null;
}
@Override
public final void onCreate() {
super.onCreate();
g gVar = g.f17155a;
g.b("cfe_qorin");
}
@Override
public final int onStartCommand(Intent intent, int i10, int i11) {
try {
k kVar = m.a;
u uVar = new u(this, getPackageName());
Notification notification = uVar.f16051t;
notification.icon = 2131165645;
notification.contentView = new RemoteViews(getPackageName(), 2131493104);
notification.sound = null;
notification.audioStreamType = -1;
notification.audioAttributes = t.a(t.d(t.c(t.b(), 4), 5));
uVar.f16049r = Build.VERSION.SDK_INT >= 31 ? 1 : 0;
startForeground(532, uVar.a());
Unit unit = Unit.a;
return 1;
} catch (Throwable th) {
k kVar2 = m.a;
d.c(th);
return 1;
}
}
}