- 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
49 lines
1016 B
Smali
49 lines
1016 B
Smali
.class abstract Lcom/applovin/impl/d7$b;
|
|
.super Ljava/lang/Object;
|
|
.source "SourceFile"
|
|
|
|
|
|
# annotations
|
|
.annotation system Ldalvik/annotation/EnclosingClass;
|
|
value = Lcom/applovin/impl/d7;
|
|
.end annotation
|
|
|
|
.annotation system Ldalvik/annotation/InnerClass;
|
|
accessFlags = 0x19
|
|
name = "b"
|
|
.end annotation
|
|
|
|
|
|
# direct methods
|
|
.method public static a(Ljava/lang/Throwable;)Z
|
|
.locals 0
|
|
|
|
.line 113
|
|
instance-of p0, p0, Landroid/media/MediaDrm$MediaDrmStateException;
|
|
|
|
return p0
|
|
.end method
|
|
|
|
.method public static b(Ljava/lang/Throwable;)I
|
|
.locals 0
|
|
|
|
.line 119
|
|
check-cast p0, Landroid/media/MediaDrm$MediaDrmStateException;
|
|
|
|
invoke-virtual {p0}, Landroid/media/MediaDrm$MediaDrmStateException;->getDiagnosticInfo()Ljava/lang/String;
|
|
|
|
move-result-object p0
|
|
|
|
.line 120
|
|
invoke-static {p0}, Lcom/applovin/impl/xp;->a(Ljava/lang/String;)I
|
|
|
|
move-result p0
|
|
|
|
.line 121
|
|
invoke-static {p0}, Lcom/applovin/impl/t2;->a(I)I
|
|
|
|
move-result p0
|
|
|
|
return p0
|
|
.end method
|