- 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
55 lines
1.3 KiB
Smali
55 lines
1.3 KiB
Smali
.class public final Lcom/vungle/ads/internal/signals/SignalKey;
|
|
.super Ljava/lang/Object;
|
|
.source "SourceFile"
|
|
|
|
|
|
# static fields
|
|
.field public static final AD_LOADED_PLAYED_DURATION:I = 0x6e
|
|
|
|
.field public static final AD_SIGNAL:I = 0x6a
|
|
|
|
.field public static final DURATION_AFTER_PREVIOUS_LOAD:I = 0x6d
|
|
|
|
.field public static final EVENT_ID:I = 0x6b
|
|
|
|
.field public static final INSTANCE:Lcom/vungle/ads/internal/signals/SignalKey;
|
|
|
|
.field public static final SCREEN_ORIENTATION:I = 0x6c
|
|
|
|
.field public static final SESSION_COUNT:I = 0x67
|
|
|
|
.field public static final SESSION_CREATION_TIME:I = 0x64
|
|
|
|
.field public static final SESSION_DEPTH:I = 0x68
|
|
|
|
.field public static final SESSION_DURATION:I = 0x66
|
|
|
|
.field public static final SESSION_ID:I = 0x65
|
|
|
|
.field public static final TEMPLATE_SIGNAL:I = 0x1f4
|
|
|
|
.field public static final UNCLOSED_AD:I = 0x69
|
|
|
|
|
|
# direct methods
|
|
.method static constructor <clinit>()V
|
|
.locals 1
|
|
|
|
new-instance v0, Lcom/vungle/ads/internal/signals/SignalKey;
|
|
|
|
invoke-direct {v0}, Lcom/vungle/ads/internal/signals/SignalKey;-><init>()V
|
|
|
|
sput-object v0, Lcom/vungle/ads/internal/signals/SignalKey;->INSTANCE:Lcom/vungle/ads/internal/signals/SignalKey;
|
|
|
|
return-void
|
|
.end method
|
|
|
|
.method private constructor <init>()V
|
|
.locals 0
|
|
|
|
.line 3
|
|
invoke-direct {p0}, Ljava/lang/Object;-><init>()V
|
|
|
|
return-void
|
|
.end method
|