- 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
59 lines
1.4 KiB
Smali
59 lines
1.4 KiB
Smali
.class public final Landroidx/work/NoOpInputMergerFactory;
|
|
.super Landroidx/work/InputMergerFactory;
|
|
.source "SourceFile"
|
|
|
|
|
|
# static fields
|
|
.field public static final INSTANCE:Landroidx/work/NoOpInputMergerFactory;
|
|
|
|
|
|
# direct methods
|
|
.method static constructor <clinit>()V
|
|
.locals 1
|
|
|
|
new-instance v0, Landroidx/work/NoOpInputMergerFactory;
|
|
|
|
invoke-direct {v0}, Landroidx/work/NoOpInputMergerFactory;-><init>()V
|
|
|
|
sput-object v0, Landroidx/work/NoOpInputMergerFactory;->INSTANCE:Landroidx/work/NoOpInputMergerFactory;
|
|
|
|
return-void
|
|
.end method
|
|
|
|
.method private constructor <init>()V
|
|
.locals 0
|
|
|
|
.line 57
|
|
invoke-direct {p0}, Landroidx/work/InputMergerFactory;-><init>()V
|
|
|
|
return-void
|
|
.end method
|
|
|
|
|
|
# virtual methods
|
|
.method public bridge synthetic createInputMerger(Ljava/lang/String;)Landroidx/work/InputMerger;
|
|
.locals 0
|
|
|
|
.line 57
|
|
invoke-virtual {p0, p1}, Landroidx/work/NoOpInputMergerFactory;->createInputMerger(Ljava/lang/String;)Ljava/lang/Void;
|
|
|
|
move-result-object p1
|
|
|
|
check-cast p1, Landroidx/work/InputMerger;
|
|
|
|
return-object p1
|
|
.end method
|
|
|
|
.method public createInputMerger(Ljava/lang/String;)Ljava/lang/Void;
|
|
.locals 1
|
|
|
|
.line 0
|
|
const-string v0, "className"
|
|
|
|
invoke-static {p1, v0}, Lkotlin/jvm/internal/Intrinsics;->checkNotNullParameter(Ljava/lang/Object;Ljava/lang/String;)V
|
|
|
|
const/4 p1, 0x0
|
|
|
|
return-object p1
|
|
.end method
|