- 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
42 lines
1.1 KiB
Smali
42 lines
1.1 KiB
Smali
.class public final Lcom/applovin/sdk/AppLovinMediationProvider;
|
|
.super Ljava/lang/Object;
|
|
.source "SourceFile"
|
|
|
|
|
|
# static fields
|
|
.field public static final ADMARVEL:Ljava/lang/String; = "admarvel"
|
|
|
|
.field public static final ADMOB:Ljava/lang/String; = "admob"
|
|
|
|
.field public static final AERSERV:Ljava/lang/String; = "aerserv"
|
|
|
|
.field public static final APPODEAL:Ljava/lang/String; = "appodeal"
|
|
|
|
.field public static final FUSEPOWERED:Ljava/lang/String; = "fusepowered"
|
|
|
|
.field public static final FYBER:Ljava/lang/String; = "fyber"
|
|
|
|
.field public static final HEYZAP:Ljava/lang/String; = "heyzap"
|
|
|
|
.field public static final HYPERMX:Ljava/lang/String; = "hypermx"
|
|
|
|
.field public static final IRONSOURCE:Ljava/lang/String; = "ironsource"
|
|
|
|
.field public static final MAX:Ljava/lang/String; = "max"
|
|
|
|
.field public static final MOPUB:Ljava/lang/String; = "mopub"
|
|
|
|
.field public static final TAPDAQ:Ljava/lang/String; = "tapdaq"
|
|
|
|
.field public static final UNKNOWN:Ljava/lang/String; = "unknown"
|
|
|
|
|
|
# direct methods
|
|
.method public constructor <init>()V
|
|
.locals 0
|
|
|
|
invoke-direct {p0}, Ljava/lang/Object;-><init>()V
|
|
|
|
return-void
|
|
.end method
|