- 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
30 lines
839 B
Smali
30 lines
839 B
Smali
.class public interface abstract Lcom/applovin/mediation/MaxErrorCode;
|
|
.super Ljava/lang/Object;
|
|
.source "SourceFile"
|
|
|
|
|
|
# static fields
|
|
.field public static final AD_LOAD_FAILED:I = -0x1389
|
|
|
|
.field public static final DONT_KEEP_ACTIVITIES_ENABLED:I = -0x15e2
|
|
|
|
.field public static final FULLSCREEN_AD_ALREADY_LOADING:I = -0x1a
|
|
|
|
.field public static final FULLSCREEN_AD_ALREADY_SHOWING:I = -0x17
|
|
|
|
.field public static final FULLSCREEN_AD_LOAD_WHILE_SHOWING:I = -0x1b
|
|
|
|
.field public static final FULLSCREEN_AD_NOT_READY:I = -0x18
|
|
|
|
.field public static final INVALID_AD_UNIT_ID:I = -0x15e3
|
|
|
|
.field public static final NETWORK_ERROR:I = -0x3e8
|
|
|
|
.field public static final NETWORK_TIMEOUT:I = -0x3e9
|
|
|
|
.field public static final NO_FILL:I = 0xcc
|
|
|
|
.field public static final NO_NETWORK:I = -0x3f1
|
|
|
|
.field public static final UNSPECIFIED:I = -0x1
|