- 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
2.4 KiB
Smali
112 lines
2.4 KiB
Smali
.class public final Lcom/fyber/inneractive/sdk/mraid/e;
|
|
.super Lcom/fyber/inneractive/sdk/mraid/a;
|
|
.source "SourceFile"
|
|
|
|
|
|
# direct methods
|
|
.method public constructor <init>(Ljava/util/LinkedHashMap;Lcom/fyber/inneractive/sdk/web/j;Lcom/fyber/inneractive/sdk/util/p0;)V
|
|
.locals 0
|
|
|
|
.line 1
|
|
invoke-direct {p0, p1, p2, p3}, Lcom/fyber/inneractive/sdk/mraid/a;-><init>(Ljava/util/LinkedHashMap;Lcom/fyber/inneractive/sdk/web/j;Lcom/fyber/inneractive/sdk/util/p0;)V
|
|
|
|
return-void
|
|
.end method
|
|
|
|
|
|
# virtual methods
|
|
.method public final a()V
|
|
.locals 9
|
|
|
|
const-string v0, "w"
|
|
|
|
.line 1
|
|
invoke-virtual {p0, v0}, Lcom/fyber/inneractive/sdk/mraid/b;->a(Ljava/lang/String;)I
|
|
|
|
move-result v0
|
|
|
|
const-string v1, "h"
|
|
|
|
.line 2
|
|
invoke-virtual {p0, v1}, Lcom/fyber/inneractive/sdk/mraid/b;->a(Ljava/lang/String;)I
|
|
|
|
move-result v1
|
|
|
|
const-string v2, "url"
|
|
|
|
.line 3
|
|
invoke-virtual {p0, v2}, Lcom/fyber/inneractive/sdk/mraid/b;->b(Ljava/lang/String;)Ljava/lang/String;
|
|
|
|
move-result-object v4
|
|
|
|
const-string v2, "shouldUseCustomClose"
|
|
|
|
iget-object v3, p0, Lcom/fyber/inneractive/sdk/mraid/b;->b:Ljava/util/Map;
|
|
|
|
.line 5
|
|
invoke-interface {v3, v2}, Ljava/util/Map;->get(Ljava/lang/Object;)Ljava/lang/Object;
|
|
|
|
move-result-object v2
|
|
|
|
const-string v3, "true"
|
|
|
|
invoke-virtual {v3, v2}, Ljava/lang/String;->equals(Ljava/lang/Object;)Z
|
|
|
|
move-result v7
|
|
|
|
const-string v2, "lockOrientation"
|
|
|
|
iget-object v5, p0, Lcom/fyber/inneractive/sdk/mraid/b;->b:Ljava/util/Map;
|
|
|
|
.line 7
|
|
invoke-interface {v5, v2}, Ljava/util/Map;->get(Ljava/lang/Object;)Ljava/lang/Object;
|
|
|
|
move-result-object v2
|
|
|
|
invoke-virtual {v3, v2}, Ljava/lang/String;->equals(Ljava/lang/Object;)Z
|
|
|
|
move-result v8
|
|
|
|
const/4 v2, -0x1
|
|
|
|
if-gtz v0, :cond_0
|
|
|
|
move v5, v2
|
|
|
|
goto :goto_0
|
|
|
|
:cond_0
|
|
move v5, v0
|
|
|
|
:goto_0
|
|
if-gtz v1, :cond_1
|
|
|
|
move v6, v2
|
|
|
|
goto :goto_1
|
|
|
|
:cond_1
|
|
move v6, v1
|
|
|
|
:goto_1
|
|
iget-object v3, p0, Lcom/fyber/inneractive/sdk/mraid/b;->c:Lcom/fyber/inneractive/sdk/web/j;
|
|
|
|
.line 8
|
|
invoke-virtual/range {v3 .. v8}, Lcom/fyber/inneractive/sdk/web/j;->a(Ljava/lang/String;IIZZ)V
|
|
|
|
return-void
|
|
.end method
|
|
|
|
.method public final c()Ljava/lang/String;
|
|
.locals 1
|
|
|
|
const-string v0, "url"
|
|
|
|
.line 1
|
|
invoke-virtual {p0, v0}, Lcom/fyber/inneractive/sdk/mraid/b;->b(Ljava/lang/String;)Ljava/lang/String;
|
|
|
|
move-result-object v0
|
|
|
|
return-object v0
|
|
.end method
|