导航菜单

页面标题

页面副标题

OVO v3.139.0 - IS.java 源代码

正在查看: OVO v3.139.0 应用的 IS.java JAVA 源代码文件

本页面展示 JAVA 反编译生成的源代码文件,支持语法高亮显示。 仅供安全研究与技术分析使用,严禁用于任何非法用途。请遵守相关法律法规。


package com.component.secure.service;

import android.app.Service;
import android.content.Intent;
import android.os.IBinder;
import com.component.secure.BinderC0296x0;
import com.component.secure.C0293w0;
import com.component.secure.G;
import kotlin.Metadata;

@Metadata(d1 = {"\u0000\u001c\n\u0002\u0018\u0002\n\u0002\u0018\u0002\n\u0002\u0018\u0002\n\u0000\n\u0002\u0018\u0002\n\u0000\n\u0002\u0018\u0002\n\u0002\b\b\u0018\u0000 \u000b2\u00020\u0001:\u0002\f\rB\u0007¢\u0006\u0004\b\t\u0010\nJ\b\u0010\u0003\u001a\u00020\u0002H\u0016J\u0014\u0010\u0007\u001a\u0004\u0018\u00010\u00062\b\u0010\u0005\u001a\u0004\u0018\u00010\u0004H\u0016J\b\u0010\b\u001a\u00020\u0002H\u0016¨\u0006\u000e"}, d2 = {"Lcom/component/secure/service/IS;", "Landroid/app/Service;", "Lo/i/p1g;", "onCreate", "Landroid/content/Intent;", "intent", "Landroid/os/IBinder;", "onBind", "onDestroy", "<init>", "()V", "Companion", "com/component/secure/w0", "com/component/secure/x0", "hydra_release"}, k = 1, mv = {1, 7, 1})
public final class IS extends Service {
    private static final String TAG = "GuardianIS";
    public static final C0293w0 Companion = new C0293w0(0);
    private static final BinderC0296x0 binder = new BinderC0296x0();

    @Override
    public IBinder onBind(Intent intent) {
        G.a(TAG);
        return binder;
    }

    @Override
    public void onCreate() {
        super.onCreate();
        System.loadLibrary("osec");
        G.a(TAG);
    }

    @Override
    public void onDestroy() {
        super.onDestroy();
        G.a(TAG);
    }
}