导航菜单

页面标题

页面副标题

050 IP Phone v2.3.0 - ImsServiceStarter.java 源代码

正在查看: 050 IP Phone v2.3.0 应用的 ImsServiceStarter.java JAVA 源代码文件

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


package com.ntt.voip.android.service;

import android.content.Context;
import android.content.Intent;
import b4.a;
import s4.b;

public class ImsServiceStarter extends com.oki_access.android.ims.core.service.ImsServiceStarter {
    private static final String y = b.d + "SERVICE_RECOVERY";

    public static Intent c(Context context) {
        return new Intent(y, null, context, ImsServiceStarter.class);
    }

    @Override
    protected void b(Context context, boolean z) {
        super.b(context, z);
        if (z) {
            a.e(context);
        } else {
            a.a(context);
        }
    }

    @Override
    public void onReceive(Context context, Intent intent) {
        if (y.equals(intent.getAction())) {
            a.d(context);
        } else {
            super.onReceive(context, intent);
        }
    }
}