- 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
109 lines
2.9 KiB
Smali
109 lines
2.9 KiB
Smali
.class Lcsdk/gluads/GluAdsFactory$3;
|
|
.super Ljava/lang/Object;
|
|
.source "SourceFile"
|
|
|
|
# interfaces
|
|
.implements Ljava/util/concurrent/Callable;
|
|
|
|
|
|
# annotations
|
|
.annotation system Ldalvik/annotation/EnclosingMethod;
|
|
value = Lcsdk/gluads/GluAdsFactory;->doCreateAdvertising(Ljava/util/concurrent/Callable;Ljava/util/Map;Ljava/util/Map;J)Lcsdk/gluads/IAdvertising;
|
|
.end annotation
|
|
|
|
.annotation system Ldalvik/annotation/InnerClass;
|
|
accessFlags = 0x1
|
|
name = null
|
|
.end annotation
|
|
|
|
.annotation system Ldalvik/annotation/Signature;
|
|
value = {
|
|
"Ljava/lang/Object;",
|
|
"Ljava/util/concurrent/Callable<",
|
|
"Ljava/lang/Object;",
|
|
">;"
|
|
}
|
|
.end annotation
|
|
|
|
|
|
# instance fields
|
|
.field final synthetic this$0:Lcsdk/gluads/GluAdsFactory;
|
|
|
|
.field final synthetic val$activityGetter:Ljava/util/concurrent/Callable;
|
|
|
|
.field final synthetic val$loadingScreen:Lcsdk/gluads/LoadingScreen;
|
|
|
|
|
|
# direct methods
|
|
.method public constructor <init>(Lcsdk/gluads/GluAdsFactory;Lcsdk/gluads/LoadingScreen;Ljava/util/concurrent/Callable;)V
|
|
.locals 0
|
|
.annotation system Ldalvik/annotation/Signature;
|
|
value = {
|
|
"()V"
|
|
}
|
|
.end annotation
|
|
|
|
iput-object p1, p0, Lcsdk/gluads/GluAdsFactory$3;->this$0:Lcsdk/gluads/GluAdsFactory;
|
|
|
|
iput-object p2, p0, Lcsdk/gluads/GluAdsFactory$3;->val$loadingScreen:Lcsdk/gluads/LoadingScreen;
|
|
|
|
iput-object p3, p0, Lcsdk/gluads/GluAdsFactory$3;->val$activityGetter:Ljava/util/concurrent/Callable;
|
|
|
|
.line 262
|
|
invoke-direct {p0}, Ljava/lang/Object;-><init>()V
|
|
|
|
return-void
|
|
.end method
|
|
|
|
|
|
# virtual methods
|
|
.method public call()Ljava/lang/Object;
|
|
.locals 5
|
|
.annotation system Ldalvik/annotation/Throws;
|
|
value = {
|
|
Ljava/lang/Exception;
|
|
}
|
|
.end annotation
|
|
|
|
:try_start_0
|
|
iget-object v0, p0, Lcsdk/gluads/GluAdsFactory$3;->val$loadingScreen:Lcsdk/gluads/LoadingScreen;
|
|
|
|
iget-object v1, p0, Lcsdk/gluads/GluAdsFactory$3;->val$activityGetter:Ljava/util/concurrent/Callable;
|
|
|
|
.line 266
|
|
invoke-virtual {v0, v1}, Lcsdk/gluads/LoadingScreen;->initialize(Ljava/util/concurrent/Callable;)V
|
|
:try_end_0
|
|
.catchall {:try_start_0 .. :try_end_0} :catchall_0
|
|
|
|
const/4 v0, 0x0
|
|
|
|
return-object v0
|
|
|
|
:catchall_0
|
|
move-exception v0
|
|
|
|
iget-object v1, p0, Lcsdk/gluads/GluAdsFactory$3;->this$0:Lcsdk/gluads/GluAdsFactory;
|
|
|
|
.line 269
|
|
invoke-static {v1}, Lcsdk/gluads/GluAdsFactory;->access$000(Lcsdk/gluads/GluAdsFactory;)Lcsdk/gluads/util/log/YLogger;
|
|
|
|
move-result-object v1
|
|
|
|
const-string v2, "gluAds"
|
|
|
|
const-string v3, "e"
|
|
|
|
const-string v4, "l"
|
|
|
|
filled-new-array {v4, v2, v3, v0}, [Ljava/lang/Object;
|
|
|
|
move-result-object v2
|
|
|
|
const-string v3, "offerWall"
|
|
|
|
invoke-static {v1, v3, v2}, Lcsdk/gluads/util/log/YLoggers;->sdkConfigurationError(Lcsdk/gluads/util/log/YLogger;Ljava/lang/String;[Ljava/lang/Object;)V
|
|
|
|
.line 270
|
|
throw v0
|
|
.end method
|