- 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
164 lines
4.5 KiB
Smali
164 lines
4.5 KiB
Smali
.class public abstract Landroidx/loader/app/LoaderManager;
|
|
.super Ljava/lang/Object;
|
|
.source "SourceFile"
|
|
|
|
|
|
# annotations
|
|
.annotation system Ldalvik/annotation/MemberClasses;
|
|
value = {
|
|
Landroidx/loader/app/LoaderManager$LoaderCallbacks;
|
|
}
|
|
.end annotation
|
|
|
|
|
|
# direct methods
|
|
.method public constructor <init>()V
|
|
.locals 0
|
|
|
|
.line 40
|
|
invoke-direct {p0}, Ljava/lang/Object;-><init>()V
|
|
|
|
return-void
|
|
.end method
|
|
|
|
.method public static enableDebugLogging(Z)V
|
|
.locals 0
|
|
|
|
.line 235
|
|
sput-boolean p0, Landroidx/loader/app/LoaderManagerImpl;->DEBUG:Z
|
|
|
|
return-void
|
|
.end method
|
|
|
|
.method public static getInstance(Landroidx/lifecycle/LifecycleOwner;)Landroidx/loader/app/LoaderManager;
|
|
.locals 2
|
|
.param p0 # Landroidx/lifecycle/LifecycleOwner;
|
|
.annotation build Landroidx/annotation/NonNull;
|
|
.end annotation
|
|
.end param
|
|
.annotation build Landroidx/annotation/NonNull;
|
|
.end annotation
|
|
|
|
.annotation system Ldalvik/annotation/Signature;
|
|
value = {
|
|
"<T::",
|
|
"Landroidx/lifecycle/LifecycleOwner;",
|
|
":",
|
|
"Landroidx/lifecycle/ViewModelStoreOwner;",
|
|
">(TT;)",
|
|
"Landroidx/loader/app/LoaderManager;"
|
|
}
|
|
.end annotation
|
|
|
|
.line 128
|
|
new-instance v0, Landroidx/loader/app/LoaderManagerImpl;
|
|
|
|
move-object v1, p0
|
|
|
|
check-cast v1, Landroidx/lifecycle/ViewModelStoreOwner;
|
|
|
|
invoke-interface {v1}, Landroidx/lifecycle/ViewModelStoreOwner;->getViewModelStore()Landroidx/lifecycle/ViewModelStore;
|
|
|
|
move-result-object v1
|
|
|
|
invoke-direct {v0, p0, v1}, Landroidx/loader/app/LoaderManagerImpl;-><init>(Landroidx/lifecycle/LifecycleOwner;Landroidx/lifecycle/ViewModelStore;)V
|
|
|
|
return-object v0
|
|
.end method
|
|
|
|
|
|
# virtual methods
|
|
.method public abstract destroyLoader(I)V
|
|
.annotation build Landroidx/annotation/MainThread;
|
|
.end annotation
|
|
.end method
|
|
|
|
.method public abstract dump(Ljava/lang/String;Ljava/io/FileDescriptor;Ljava/io/PrintWriter;[Ljava/lang/String;)V
|
|
.annotation runtime Ljava/lang/Deprecated;
|
|
.end annotation
|
|
.end method
|
|
|
|
.method public abstract getLoader(I)Landroidx/loader/content/Loader;
|
|
.annotation build Landroidx/annotation/Nullable;
|
|
.end annotation
|
|
|
|
.annotation system Ldalvik/annotation/Signature;
|
|
value = {
|
|
"<D:",
|
|
"Ljava/lang/Object;",
|
|
">(I)",
|
|
"Landroidx/loader/content/Loader<",
|
|
"TD;>;"
|
|
}
|
|
.end annotation
|
|
.end method
|
|
|
|
.method public hasRunningLoaders()Z
|
|
.locals 1
|
|
|
|
const/4 v0, 0x0
|
|
|
|
return v0
|
|
.end method
|
|
|
|
.method public abstract initLoader(ILandroid/os/Bundle;Landroidx/loader/app/LoaderManager$LoaderCallbacks;)Landroidx/loader/content/Loader;
|
|
.param p2 # Landroid/os/Bundle;
|
|
.annotation build Landroidx/annotation/Nullable;
|
|
.end annotation
|
|
.end param
|
|
.param p3 # Landroidx/loader/app/LoaderManager$LoaderCallbacks;
|
|
.annotation build Landroidx/annotation/NonNull;
|
|
.end annotation
|
|
.end param
|
|
.annotation build Landroidx/annotation/MainThread;
|
|
.end annotation
|
|
|
|
.annotation build Landroidx/annotation/NonNull;
|
|
.end annotation
|
|
|
|
.annotation system Ldalvik/annotation/Signature;
|
|
value = {
|
|
"<D:",
|
|
"Ljava/lang/Object;",
|
|
">(I",
|
|
"Landroid/os/Bundle;",
|
|
"Landroidx/loader/app/LoaderManager$LoaderCallbacks<",
|
|
"TD;>;)",
|
|
"Landroidx/loader/content/Loader<",
|
|
"TD;>;"
|
|
}
|
|
.end annotation
|
|
.end method
|
|
|
|
.method public abstract markForRedelivery()V
|
|
.end method
|
|
|
|
.method public abstract restartLoader(ILandroid/os/Bundle;Landroidx/loader/app/LoaderManager$LoaderCallbacks;)Landroidx/loader/content/Loader;
|
|
.param p2 # Landroid/os/Bundle;
|
|
.annotation build Landroidx/annotation/Nullable;
|
|
.end annotation
|
|
.end param
|
|
.param p3 # Landroidx/loader/app/LoaderManager$LoaderCallbacks;
|
|
.annotation build Landroidx/annotation/NonNull;
|
|
.end annotation
|
|
.end param
|
|
.annotation build Landroidx/annotation/MainThread;
|
|
.end annotation
|
|
|
|
.annotation build Landroidx/annotation/NonNull;
|
|
.end annotation
|
|
|
|
.annotation system Ldalvik/annotation/Signature;
|
|
value = {
|
|
"<D:",
|
|
"Ljava/lang/Object;",
|
|
">(I",
|
|
"Landroid/os/Bundle;",
|
|
"Landroidx/loader/app/LoaderManager$LoaderCallbacks<",
|
|
"TD;>;)",
|
|
"Landroidx/loader/content/Loader<",
|
|
"TD;>;"
|
|
}
|
|
.end annotation
|
|
.end method
|