- Imported from https://github.com/supermegamestre/Project-Real-Resurrection-3 - APKTool decompilation (Smali bytecode) for modding and rebuilding APK - Supports both 32-bit (armeabi-v7a) and 64-bit (arm64-v8a) architectures - Includes full Smali source, resources, and native libraries - Ready to rebuild APK after modifications with apktool b command - Added comprehensive README-apktool.md with modding guide This branch complements the JADX branches: - Use JADX (main/discord-community) to UNDERSTAND code (readable Java) - Use APKTool (this branch) to MODIFY and REBUILD APK (editable Smali) Total: 44,417 files, 538.51 MB Smali source code
87 lines
2.4 KiB
Smali
87 lines
2.4 KiB
Smali
.class Lcom/ea/eadp/pushnotification/services/TrackingEvent;
|
|
.super Ljava/lang/Object;
|
|
.source "SourceFile"
|
|
|
|
|
|
# instance fields
|
|
.field private final name:Ljava/lang/String;
|
|
.annotation runtime Lcom/google/gson/annotations/Expose;
|
|
.end annotation
|
|
.end field
|
|
|
|
.field private final parameters:Ljava/util/Map;
|
|
.annotation runtime Lcom/google/gson/annotations/Expose;
|
|
.end annotation
|
|
|
|
.annotation system Ldalvik/annotation/Signature;
|
|
value = {
|
|
"Ljava/util/Map<",
|
|
"Ljava/lang/String;",
|
|
"Ljava/lang/String;",
|
|
">;"
|
|
}
|
|
.end annotation
|
|
.end field
|
|
|
|
|
|
# direct methods
|
|
.method public constructor <init>(Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;)V
|
|
.locals 1
|
|
|
|
.line 27
|
|
invoke-direct {p0}, Ljava/lang/Object;-><init>()V
|
|
|
|
iput-object p3, p0, Lcom/ea/eadp/pushnotification/services/TrackingEvent;->name:Ljava/lang/String;
|
|
|
|
.line 29
|
|
new-instance p3, Ljava/util/HashMap;
|
|
|
|
invoke-direct {p3}, Ljava/util/HashMap;-><init>()V
|
|
|
|
iput-object p3, p0, Lcom/ea/eadp/pushnotification/services/TrackingEvent;->parameters:Ljava/util/Map;
|
|
|
|
const-string v0, "pushId"
|
|
|
|
.line 30
|
|
invoke-interface {p3, v0, p1}, Ljava/util/Map;->put(Ljava/lang/Object;Ljava/lang/Object;)Ljava/lang/Object;
|
|
|
|
const-string p1, "pnType"
|
|
|
|
.line 31
|
|
invoke-interface {p3, p1, p2}, Ljava/util/Map;->put(Ljava/lang/Object;Ljava/lang/Object;)Ljava/lang/Object;
|
|
|
|
const-string p1, "deviceType"
|
|
|
|
const-string p2, "android"
|
|
|
|
.line 32
|
|
invoke-interface {p3, p1, p2}, Ljava/util/Map;->put(Ljava/lang/Object;Ljava/lang/Object;)Ljava/lang/Object;
|
|
|
|
const-string p1, "deviceIdentifier"
|
|
|
|
.line 33
|
|
invoke-interface {p3, p1, p4}, Ljava/util/Map;->put(Ljava/lang/Object;Ljava/lang/Object;)Ljava/lang/Object;
|
|
|
|
.line 34
|
|
new-instance p1, Ljava/text/SimpleDateFormat;
|
|
|
|
const-string p2, "yyyy-MM-dd\'T\'HH:mm:ss.SSS\'Z\'"
|
|
|
|
invoke-direct {p1, p2}, Ljava/text/SimpleDateFormat;-><init>(Ljava/lang/String;)V
|
|
|
|
.line 35
|
|
new-instance p2, Ljava/util/Date;
|
|
|
|
invoke-direct {p2}, Ljava/util/Date;-><init>()V
|
|
|
|
invoke-virtual {p1, p2}, Ljava/text/DateFormat;->format(Ljava/util/Date;)Ljava/lang/String;
|
|
|
|
move-result-object p1
|
|
|
|
const-string p2, "timestamp"
|
|
|
|
invoke-interface {p3, p2, p1}, Ljava/util/Map;->put(Ljava/lang/Object;Ljava/lang/Object;)Ljava/lang/Object;
|
|
|
|
return-void
|
|
.end method
|