导航菜单

页面标题

页面副标题

OLX India v19.42.007 - IncomingPushReceiver.java 源代码

正在查看: OLX India v19.42.007 应用的 IncomingPushReceiver.java JAVA 源代码文件

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


package com.naspers.notificationhub.receivers;

import android.content.BroadcastReceiver;
import android.content.Context;
import android.content.Intent;
import com.naspers.notificationhub.c;
import com.naspers.notificationhub.e;
import com.naspers.notificationhub.log.a;

public class IncomingPushReceiver extends BroadcastReceiver {
    protected e a() {
        return e.g();
    }

    protected boolean b() {
        return e.q();
    }

    @Override
    public void onReceive(Context context, Intent intent) {
        c f;
        if ("com.google.android.c2dm.intent.RECEIVE".equals(intent.getAction()) && b() && (f = a().f()) != null && f.t()) {
            a.a("App received a push, fetching latest notifications...");
            a().j(null, 0, null);
        }
    }
}