- 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
87 lines
2.2 KiB
Smali
87 lines
2.2 KiB
Smali
.class public final Lcom/fyber/inneractive/sdk/network/i$a;
|
|
.super Lcom/fyber/inneractive/sdk/network/j;
|
|
.source "SourceFile"
|
|
|
|
|
|
# annotations
|
|
.annotation system Ldalvik/annotation/EnclosingClass;
|
|
value = Lcom/fyber/inneractive/sdk/network/i;
|
|
.end annotation
|
|
|
|
.annotation system Ldalvik/annotation/InnerClass;
|
|
accessFlags = 0x9
|
|
name = "a"
|
|
.end annotation
|
|
|
|
|
|
# instance fields
|
|
.field public final g:Ljava/net/HttpURLConnection;
|
|
|
|
|
|
# direct methods
|
|
.method public constructor <init>(Ljava/net/HttpURLConnection;ILjava/io/InputStream;Ljava/util/Map;Ljava/lang/String;)V
|
|
.locals 0
|
|
.annotation system Ldalvik/annotation/Signature;
|
|
value = {
|
|
"(",
|
|
"Ljava/net/HttpURLConnection;",
|
|
"I",
|
|
"Ljava/io/InputStream;",
|
|
"Ljava/util/Map<",
|
|
"Ljava/lang/String;",
|
|
"Ljava/util/List<",
|
|
"Ljava/lang/String;",
|
|
">;>;",
|
|
"Ljava/lang/String;",
|
|
")V"
|
|
}
|
|
.end annotation
|
|
|
|
.line 1
|
|
invoke-direct {p0}, Lcom/fyber/inneractive/sdk/network/j;-><init>()V
|
|
|
|
iput-object p1, p0, Lcom/fyber/inneractive/sdk/network/i$a;->g:Ljava/net/HttpURLConnection;
|
|
|
|
.line 3
|
|
invoke-virtual {p0, p2}, Lcom/fyber/inneractive/sdk/network/j;->a(I)V
|
|
|
|
.line 4
|
|
invoke-virtual {p0, p3}, Lcom/fyber/inneractive/sdk/network/j;->a(Ljava/io/InputStream;)V
|
|
|
|
.line 5
|
|
invoke-virtual {p0, p4}, Lcom/fyber/inneractive/sdk/network/j;->a(Ljava/util/Map;)V
|
|
|
|
.line 6
|
|
invoke-virtual {p0, p5}, Lcom/fyber/inneractive/sdk/network/j;->a(Ljava/lang/String;)V
|
|
|
|
return-void
|
|
.end method
|
|
|
|
|
|
# virtual methods
|
|
.method public final a()V
|
|
.locals 1
|
|
.annotation system Ldalvik/annotation/Throws;
|
|
value = {
|
|
Ljava/io/IOException;
|
|
}
|
|
.end annotation
|
|
|
|
:try_start_0
|
|
iget-object v0, p0, Lcom/fyber/inneractive/sdk/network/i$a;->g:Ljava/net/HttpURLConnection;
|
|
|
|
if-eqz v0, :cond_0
|
|
|
|
.line 2
|
|
invoke-virtual {v0}, Ljava/net/HttpURLConnection;->disconnect()V
|
|
:try_end_0
|
|
.catchall {:try_start_0 .. :try_end_0} :catchall_0
|
|
|
|
.line 5
|
|
:catchall_0
|
|
:cond_0
|
|
invoke-super {p0}, Lcom/fyber/inneractive/sdk/network/j;->a()V
|
|
|
|
return-void
|
|
.end method
|