- 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
86 lines
1.9 KiB
Smali
86 lines
1.9 KiB
Smali
.class abstract Lcom/vungle/ads/ServiceLocator$Creator;
|
|
.super Ljava/lang/Object;
|
|
.source "SourceFile"
|
|
|
|
|
|
# annotations
|
|
.annotation system Ldalvik/annotation/EnclosingClass;
|
|
value = Lcom/vungle/ads/ServiceLocator;
|
|
.end annotation
|
|
|
|
.annotation system Ldalvik/annotation/InnerClass;
|
|
accessFlags = 0x401
|
|
name = "Creator"
|
|
.end annotation
|
|
|
|
.annotation system Ldalvik/annotation/Signature;
|
|
value = {
|
|
"<T:",
|
|
"Ljava/lang/Object;",
|
|
">",
|
|
"Ljava/lang/Object;"
|
|
}
|
|
.end annotation
|
|
|
|
|
|
# instance fields
|
|
.field private final isSingleton:Z
|
|
|
|
.field final synthetic this$0:Lcom/vungle/ads/ServiceLocator;
|
|
|
|
|
|
# direct methods
|
|
.method public constructor <init>(Lcom/vungle/ads/ServiceLocator;Z)V
|
|
.locals 0
|
|
.annotation system Ldalvik/annotation/Signature;
|
|
value = {
|
|
"(Z)V"
|
|
}
|
|
.end annotation
|
|
|
|
iput-object p1, p0, Lcom/vungle/ads/ServiceLocator$Creator;->this$0:Lcom/vungle/ads/ServiceLocator;
|
|
|
|
.line 165
|
|
invoke-direct {p0}, Ljava/lang/Object;-><init>()V
|
|
|
|
iput-boolean p2, p0, Lcom/vungle/ads/ServiceLocator$Creator;->isSingleton:Z
|
|
|
|
return-void
|
|
.end method
|
|
|
|
.method public synthetic constructor <init>(Lcom/vungle/ads/ServiceLocator;ZILkotlin/jvm/internal/DefaultConstructorMarker;)V
|
|
.locals 0
|
|
|
|
const/4 p4, 0x1
|
|
|
|
and-int/2addr p3, p4
|
|
|
|
if-eqz p3, :cond_0
|
|
|
|
move p2, p4
|
|
|
|
.line 165
|
|
:cond_0
|
|
invoke-direct {p0, p1, p2}, Lcom/vungle/ads/ServiceLocator$Creator;-><init>(Lcom/vungle/ads/ServiceLocator;Z)V
|
|
|
|
return-void
|
|
.end method
|
|
|
|
|
|
# virtual methods
|
|
.method public abstract create()Ljava/lang/Object;
|
|
.annotation system Ldalvik/annotation/Signature;
|
|
value = {
|
|
"()TT;"
|
|
}
|
|
.end annotation
|
|
.end method
|
|
|
|
.method public final isSingleton()Z
|
|
.locals 1
|
|
|
|
iget-boolean v0, p0, Lcom/vungle/ads/ServiceLocator$Creator;->isSingleton:Z
|
|
|
|
return v0
|
|
.end method
|