- 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
57 lines
1.4 KiB
Smali
57 lines
1.4 KiB
Smali
.class public final Lcom/google/zxing/FormatException;
|
|
.super Lcom/google/zxing/ReaderException;
|
|
.source "SourceFile"
|
|
|
|
|
|
# static fields
|
|
.field public static final INSTANCE:Lcom/google/zxing/FormatException;
|
|
|
|
|
|
# direct methods
|
|
.method static constructor <clinit>()V
|
|
.locals 2
|
|
|
|
.line 28
|
|
new-instance v0, Lcom/google/zxing/FormatException;
|
|
|
|
invoke-direct {v0}, Lcom/google/zxing/FormatException;-><init>()V
|
|
|
|
sput-object v0, Lcom/google/zxing/FormatException;->INSTANCE:Lcom/google/zxing/FormatException;
|
|
|
|
sget-object v1, Lcom/google/zxing/ReaderException;->NO_TRACE:[Ljava/lang/StackTraceElement;
|
|
|
|
.line 30
|
|
invoke-virtual {v0, v1}, Ljava/lang/Throwable;->setStackTrace([Ljava/lang/StackTraceElement;)V
|
|
|
|
return-void
|
|
.end method
|
|
|
|
.method public constructor <init>()V
|
|
.locals 0
|
|
|
|
.line 33
|
|
invoke-direct {p0}, Lcom/google/zxing/ReaderException;-><init>()V
|
|
|
|
return-void
|
|
.end method
|
|
|
|
.method public static getFormatInstance()Lcom/google/zxing/FormatException;
|
|
.locals 1
|
|
|
|
sget-boolean v0, Lcom/google/zxing/ReaderException;->isStackTrace:Z
|
|
|
|
if-eqz v0, :cond_0
|
|
|
|
.line 41
|
|
new-instance v0, Lcom/google/zxing/FormatException;
|
|
|
|
invoke-direct {v0}, Lcom/google/zxing/FormatException;-><init>()V
|
|
|
|
return-object v0
|
|
|
|
:cond_0
|
|
sget-object v0, Lcom/google/zxing/FormatException;->INSTANCE:Lcom/google/zxing/FormatException;
|
|
|
|
return-object v0
|
|
.end method
|