- 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
155 lines
4.6 KiB
Smali
155 lines
4.6 KiB
Smali
.class public final Lcom/vungle/ads/VungleAds;
|
|
.super Ljava/lang/Object;
|
|
.source "SourceFile"
|
|
|
|
|
|
# annotations
|
|
.annotation system Ldalvik/annotation/MemberClasses;
|
|
value = {
|
|
Lcom/vungle/ads/VungleAds$Companion;,
|
|
Lcom/vungle/ads/VungleAds$WrapperFramework;
|
|
}
|
|
.end annotation
|
|
|
|
|
|
# static fields
|
|
.field public static final Companion:Lcom/vungle/ads/VungleAds$Companion;
|
|
|
|
.field public static final TAG:Ljava/lang/String; = "VungleAds"
|
|
|
|
.field public static final firstPartyData:Lcom/vungle/ads/fpd/FirstPartyData;
|
|
|
|
.field private static initializer:Lcom/vungle/ads/internal/VungleInitializer;
|
|
|
|
.field private static vungleInternal:Lcom/vungle/ads/internal/VungleInternal;
|
|
|
|
|
|
# direct methods
|
|
.method static constructor <clinit>()V
|
|
.locals 2
|
|
|
|
new-instance v0, Lcom/vungle/ads/VungleAds$Companion;
|
|
|
|
const/4 v1, 0x0
|
|
|
|
invoke-direct {v0, v1}, Lcom/vungle/ads/VungleAds$Companion;-><init>(Lkotlin/jvm/internal/DefaultConstructorMarker;)V
|
|
|
|
sput-object v0, Lcom/vungle/ads/VungleAds;->Companion:Lcom/vungle/ads/VungleAds$Companion;
|
|
|
|
.line 18
|
|
new-instance v0, Lcom/vungle/ads/internal/VungleInternal;
|
|
|
|
invoke-direct {v0}, Lcom/vungle/ads/internal/VungleInternal;-><init>()V
|
|
|
|
sput-object v0, Lcom/vungle/ads/VungleAds;->vungleInternal:Lcom/vungle/ads/internal/VungleInternal;
|
|
|
|
.line 19
|
|
new-instance v0, Lcom/vungle/ads/internal/VungleInitializer;
|
|
|
|
invoke-direct {v0}, Lcom/vungle/ads/internal/VungleInitializer;-><init>()V
|
|
|
|
sput-object v0, Lcom/vungle/ads/VungleAds;->initializer:Lcom/vungle/ads/internal/VungleInitializer;
|
|
|
|
.line 22
|
|
new-instance v0, Lcom/vungle/ads/fpd/FirstPartyData;
|
|
|
|
invoke-direct {v0}, Lcom/vungle/ads/fpd/FirstPartyData;-><init>()V
|
|
|
|
sput-object v0, Lcom/vungle/ads/VungleAds;->firstPartyData:Lcom/vungle/ads/fpd/FirstPartyData;
|
|
|
|
return-void
|
|
.end method
|
|
|
|
.method public constructor <init>()V
|
|
.locals 0
|
|
|
|
.line 13
|
|
invoke-direct {p0}, Ljava/lang/Object;-><init>()V
|
|
|
|
return-void
|
|
.end method
|
|
|
|
.method public static final synthetic access$getInitializer$cp()Lcom/vungle/ads/internal/VungleInitializer;
|
|
.locals 1
|
|
|
|
sget-object v0, Lcom/vungle/ads/VungleAds;->initializer:Lcom/vungle/ads/internal/VungleInitializer;
|
|
|
|
return-object v0
|
|
.end method
|
|
|
|
.method public static final synthetic access$getVungleInternal$cp()Lcom/vungle/ads/internal/VungleInternal;
|
|
.locals 1
|
|
|
|
sget-object v0, Lcom/vungle/ads/VungleAds;->vungleInternal:Lcom/vungle/ads/internal/VungleInternal;
|
|
|
|
return-object v0
|
|
.end method
|
|
|
|
.method public static final getBiddingToken(Landroid/content/Context;)Ljava/lang/String;
|
|
.locals 1
|
|
|
|
sget-object v0, Lcom/vungle/ads/VungleAds;->Companion:Lcom/vungle/ads/VungleAds$Companion;
|
|
|
|
invoke-virtual {v0, p0}, Lcom/vungle/ads/VungleAds$Companion;->getBiddingToken(Landroid/content/Context;)Ljava/lang/String;
|
|
|
|
move-result-object p0
|
|
|
|
return-object p0
|
|
.end method
|
|
|
|
.method public static final getSdkVersion()Ljava/lang/String;
|
|
.locals 1
|
|
|
|
sget-object v0, Lcom/vungle/ads/VungleAds;->Companion:Lcom/vungle/ads/VungleAds$Companion;
|
|
|
|
invoke-virtual {v0}, Lcom/vungle/ads/VungleAds$Companion;->getSdkVersion()Ljava/lang/String;
|
|
|
|
move-result-object v0
|
|
|
|
return-object v0
|
|
.end method
|
|
|
|
.method public static final init(Landroid/content/Context;Ljava/lang/String;Lcom/vungle/ads/InitializationListener;)V
|
|
.locals 1
|
|
|
|
sget-object v0, Lcom/vungle/ads/VungleAds;->Companion:Lcom/vungle/ads/VungleAds$Companion;
|
|
|
|
invoke-virtual {v0, p0, p1, p2}, Lcom/vungle/ads/VungleAds$Companion;->init(Landroid/content/Context;Ljava/lang/String;Lcom/vungle/ads/InitializationListener;)V
|
|
|
|
return-void
|
|
.end method
|
|
|
|
.method public static final isInitialized()Z
|
|
.locals 1
|
|
|
|
sget-object v0, Lcom/vungle/ads/VungleAds;->Companion:Lcom/vungle/ads/VungleAds$Companion;
|
|
|
|
invoke-virtual {v0}, Lcom/vungle/ads/VungleAds$Companion;->isInitialized()Z
|
|
|
|
move-result v0
|
|
|
|
return v0
|
|
.end method
|
|
|
|
.method public static final isInline(Ljava/lang/String;)Z
|
|
.locals 1
|
|
|
|
sget-object v0, Lcom/vungle/ads/VungleAds;->Companion:Lcom/vungle/ads/VungleAds$Companion;
|
|
|
|
invoke-virtual {v0, p0}, Lcom/vungle/ads/VungleAds$Companion;->isInline(Ljava/lang/String;)Z
|
|
|
|
move-result p0
|
|
|
|
return p0
|
|
.end method
|
|
|
|
.method public static final setIntegrationName(Lcom/vungle/ads/VungleAds$WrapperFramework;Ljava/lang/String;)V
|
|
.locals 1
|
|
|
|
sget-object v0, Lcom/vungle/ads/VungleAds;->Companion:Lcom/vungle/ads/VungleAds$Companion;
|
|
|
|
invoke-virtual {v0, p0, p1}, Lcom/vungle/ads/VungleAds$Companion;->setIntegrationName(Lcom/vungle/ads/VungleAds$WrapperFramework;Ljava/lang/String;)V
|
|
|
|
return-void
|
|
.end method
|