导航菜单

页面标题

页面副标题

Dostt v1.0.89 - RNCallKeepBackgroundMessagingService.java 源代码

正在查看: Dostt v1.0.89 应用的 RNCallKeepBackgroundMessagingService.java JAVA 源代码文件

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


package io.wazo.callkeep;

import android.content.Intent;
import android.os.Bundle;
import com.facebook.react.bridge.Arguments;

public class RNCallKeepBackgroundMessagingService extends com.facebook.react.h {
    protected R5.a j(Intent intent) {
        Bundle extras = intent.getExtras();
        return new R5.a("RNCallKeepBackgroundMessage", Arguments.fromBundle(extras), 60000L, false, new R5.f(5, 500));
    }
}