- 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
88 lines
2.0 KiB
Smali
88 lines
2.0 KiB
Smali
.class Lcsdk/gluads/UnityGluAdsFactory$1;
|
|
.super Ljava/lang/Object;
|
|
.source "SourceFile"
|
|
|
|
# interfaces
|
|
.implements Ljava/util/concurrent/Callable;
|
|
|
|
|
|
# annotations
|
|
.annotation system Ldalvik/annotation/EnclosingMethod;
|
|
value = Lcsdk/gluads/UnityGluAdsFactory;->createAdvertising(Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;)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<",
|
|
"Landroid/app/Activity;",
|
|
">;"
|
|
}
|
|
.end annotation
|
|
|
|
|
|
# instance fields
|
|
.field final synthetic this$0:Lcsdk/gluads/UnityGluAdsFactory;
|
|
|
|
|
|
# direct methods
|
|
.method public constructor <init>(Lcsdk/gluads/UnityGluAdsFactory;)V
|
|
.locals 0
|
|
|
|
iput-object p1, p0, Lcsdk/gluads/UnityGluAdsFactory$1;->this$0:Lcsdk/gluads/UnityGluAdsFactory;
|
|
|
|
.line 20
|
|
invoke-direct {p0}, Ljava/lang/Object;-><init>()V
|
|
|
|
return-void
|
|
.end method
|
|
|
|
|
|
# virtual methods
|
|
.method public call()Landroid/app/Activity;
|
|
.locals 2
|
|
.annotation system Ldalvik/annotation/Throws;
|
|
value = {
|
|
Ljava/lang/Exception;
|
|
}
|
|
.end annotation
|
|
|
|
.line 23
|
|
sget-object v0, Lcom/unity3d/player/UnityPlayer;->currentActivity:Landroid/app/Activity;
|
|
|
|
if-eqz v0, :cond_0
|
|
|
|
return-object v0
|
|
|
|
.line 25
|
|
:cond_0
|
|
new-instance v0, Ljava/lang/Error;
|
|
|
|
const-string v1, "Current activity is null."
|
|
|
|
invoke-direct {v0, v1}, Ljava/lang/Error;-><init>(Ljava/lang/String;)V
|
|
|
|
throw v0
|
|
.end method
|
|
|
|
.method public bridge synthetic call()Ljava/lang/Object;
|
|
.locals 1
|
|
.annotation system Ldalvik/annotation/Throws;
|
|
value = {
|
|
Ljava/lang/Exception;
|
|
}
|
|
.end annotation
|
|
|
|
.line 20
|
|
invoke-virtual {p0}, Lcsdk/gluads/UnityGluAdsFactory$1;->call()Landroid/app/Activity;
|
|
|
|
move-result-object v0
|
|
|
|
return-object v0
|
|
.end method
|