正在查看: 万能钥匙 v1.1.23 应用的 ExportService.java JAVA 源代码文件
本页面展示 JAVA 反编译生成的源代码文件,支持语法高亮显示。 仅供安全研究与技术分析使用,严禁用于任何非法用途。请遵守相关法律法规。
正在查看: 万能钥匙 v1.1.23 应用的 ExportService.java JAVA 源代码文件
本页面展示 JAVA 反编译生成的源代码文件,支持语法高亮显示。 仅供安全研究与技术分析使用,严禁用于任何非法用途。请遵守相关法律法规。
package com.lantern.daemon.farmore;
import android.app.Service;
import android.content.Intent;
import android.os.IBinder;
import com.lantern.daemon.farmore.utils.StatReceiverJ;
import com.meituan.robust.ChangeQuickRedirect;
import com.meituan.robust.PatchProxy;
import com.meituan.robust.PatchProxyResult;
import com.sdk.plus.data.manager.RalDataManager;
import java.util.HashMap;
import jm.e;
public class ExportService extends Service {
public static ChangeQuickRedirect changeQuickRedirect;
@Override
public IBinder onBind(Intent intent) {
return null;
}
@Override
public void onCreate() {
if (PatchProxy.proxy(new Object[0], this, changeQuickRedirect, false, 587, new Class[0], Void.TYPE).isSupported) {
return;
}
super.onCreate();
HashMap hashMap = new HashMap();
hashMap.put(RalDataManager.DB_TYPE, "file_lock_start");
StatReceiverJ.b(this, hashMap);
}
@Override
public int onStartCommand(Intent intent, int i, int i2) {
Object[] objArr = {intent, new Integer(i), new Integer(i2)};
ChangeQuickRedirect changeQuickRedirect2 = changeQuickRedirect;
Class cls = Integer.TYPE;
PatchProxyResult proxy = PatchProxy.proxy(objArr, this, changeQuickRedirect2, false, 588, new Class[]{Intent.class, cls, cls}, cls);
if (proxy.isSupported) {
return ((Integer) proxy.result).intValue();
}
e.d(this, DaemonService.class);
return super.onStartCommand(intent, i, i2);
}
}