正在查看: klikUMKM v2.0.1 应用的 MyFirebaseMessagingService.java JAVA 源代码文件
本页面展示 JAVA 反编译生成的源代码文件,支持语法高亮显示。 仅供安全研究与技术分析使用,严禁用于任何非法用途。请遵守相关法律法规。
正在查看: klikUMKM v2.0.1 应用的 MyFirebaseMessagingService.java JAVA 源代码文件
本页面展示 JAVA 反编译生成的源代码文件,支持语法高亮显示。 仅供安全研究与技术分析使用,严禁用于任何非法用途。请遵守相关法律法规。
package com.yx.credit.indonesia.service;
import aa.p;
import android.os.Handler;
import android.os.Looper;
import androidx.activity.n;
import com.google.firebase.encoders.json.BuildConfig;
import com.google.firebase.messaging.FirebaseMessagingService;
import com.google.firebase.messaging.RemoteMessage;
import java.util.Random;
import p6.f;
public class MyFirebaseMessagingService extends FirebaseMessagingService {
public static final int f7332c = 0;
public final f a = new f(29);
public final p f7333b = new p(Looper.getMainLooper(), (Handler.Callback) null);
public static int c() {
String sb2 = new StringBuilder(System.currentTimeMillis() + BuildConfig.FLAVOR + new Random().nextInt(10000)).reverse().toString();
StringBuilder sb3 = new StringBuilder();
for (int i10 = 0; i10 < 9; i10++) {
sb3.append(sb2.charAt(i10));
}
try {
return Integer.parseInt(sb3.reverse().toString().toString());
} catch (Exception e10) {
e10.printStackTrace();
return 0;
}
}
@Override
public final void onMessageReceived(RemoteMessage remoteMessage) {
super.onMessageReceived(remoteMessage);
if (remoteMessage == null || remoteMessage.getNotification() == null) {
return;
}
remoteMessage.getNotification().getTitle();
this.a.getClass();
f.n();
remoteMessage.getNotification().getBody();
f.n();
this.f7333b.post(new n(15, this, remoteMessage));
}
@Override
public final void onNewToken(String str) {
super.onNewToken(str);
this.a.getClass();
f.n();
}
}