- 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
112 lines
3.3 KiB
Smali
112 lines
3.3 KiB
Smali
.class Lcom/applovin/mediation/adapters/MediationAdapterBase$1;
|
|
.super Ljava/lang/Object;
|
|
.source "SourceFile"
|
|
|
|
# interfaces
|
|
.implements Ljava/util/concurrent/Callable;
|
|
|
|
|
|
# annotations
|
|
.annotation system Ldalvik/annotation/EnclosingMethod;
|
|
value = Lcom/applovin/mediation/adapters/MediationAdapterBase;->createDrawableFuture(Ljava/lang/String;Landroid/content/res/Resources;)Ljava/util/concurrent/Future;
|
|
.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/graphics/drawable/Drawable;",
|
|
">;"
|
|
}
|
|
.end annotation
|
|
|
|
|
|
# instance fields
|
|
.field final synthetic this$0:Lcom/applovin/mediation/adapters/MediationAdapterBase;
|
|
|
|
.field final synthetic val$imageUrl:Ljava/lang/String;
|
|
|
|
.field final synthetic val$resources:Landroid/content/res/Resources;
|
|
|
|
|
|
# direct methods
|
|
.method public constructor <init>(Lcom/applovin/mediation/adapters/MediationAdapterBase;Ljava/lang/String;Landroid/content/res/Resources;)V
|
|
.locals 0
|
|
.annotation system Ldalvik/annotation/Signature;
|
|
value = {
|
|
"()V"
|
|
}
|
|
.end annotation
|
|
|
|
iput-object p1, p0, Lcom/applovin/mediation/adapters/MediationAdapterBase$1;->this$0:Lcom/applovin/mediation/adapters/MediationAdapterBase;
|
|
|
|
iput-object p2, p0, Lcom/applovin/mediation/adapters/MediationAdapterBase$1;->val$imageUrl:Ljava/lang/String;
|
|
|
|
iput-object p3, p0, Lcom/applovin/mediation/adapters/MediationAdapterBase$1;->val$resources:Landroid/content/res/Resources;
|
|
|
|
.line 1
|
|
invoke-direct {p0}, Ljava/lang/Object;-><init>()V
|
|
|
|
return-void
|
|
.end method
|
|
|
|
|
|
# virtual methods
|
|
.method public call()Landroid/graphics/drawable/Drawable;
|
|
.locals 4
|
|
.annotation system Ldalvik/annotation/Throws;
|
|
value = {
|
|
Ljava/lang/Exception;
|
|
}
|
|
.end annotation
|
|
|
|
.line 2
|
|
new-instance v0, Ljava/net/URL;
|
|
|
|
iget-object v1, p0, Lcom/applovin/mediation/adapters/MediationAdapterBase$1;->val$imageUrl:Ljava/lang/String;
|
|
|
|
invoke-direct {v0, v1}, Ljava/net/URL;-><init>(Ljava/lang/String;)V
|
|
|
|
invoke-static {v0}, Lcom/google/firebase/perf/network/FirebasePerfUrlConnection;->openStream(Ljava/net/URL;)Ljava/io/InputStream;
|
|
|
|
move-result-object v0
|
|
|
|
.line 3
|
|
invoke-static {v0}, Landroid/graphics/BitmapFactory;->decodeStream(Ljava/io/InputStream;)Landroid/graphics/Bitmap;
|
|
|
|
move-result-object v1
|
|
|
|
.line 4
|
|
new-instance v2, Landroid/graphics/drawable/BitmapDrawable;
|
|
|
|
iget-object v3, p0, Lcom/applovin/mediation/adapters/MediationAdapterBase$1;->val$resources:Landroid/content/res/Resources;
|
|
|
|
invoke-direct {v2, v3, v1}, Landroid/graphics/drawable/BitmapDrawable;-><init>(Landroid/content/res/Resources;Landroid/graphics/Bitmap;)V
|
|
|
|
.line 6
|
|
invoke-virtual {v0}, Ljava/io/InputStream;->close()V
|
|
|
|
return-object v2
|
|
.end method
|
|
|
|
.method public bridge synthetic call()Ljava/lang/Object;
|
|
.locals 1
|
|
.annotation system Ldalvik/annotation/Throws;
|
|
value = {
|
|
Ljava/lang/Exception;
|
|
}
|
|
.end annotation
|
|
|
|
.line 1
|
|
invoke-virtual {p0}, Lcom/applovin/mediation/adapters/MediationAdapterBase$1;->call()Landroid/graphics/drawable/Drawable;
|
|
|
|
move-result-object v0
|
|
|
|
return-object v0
|
|
.end method
|