Files
rr3-apk/smali_classes2/com/fyber/inneractive/sdk/config/h0.smali
Daniel Elliott f3960ee359 Add Discord APKTool decompilation (Smali source for modding)
- 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
2026-02-18 16:13:44 -08:00

125 lines
2.9 KiB
Smali

.class public final Lcom/fyber/inneractive/sdk/config/h0;
.super Ljava/lang/Object;
.source "SourceFile"
# interfaces
.implements Lcom/fyber/inneractive/sdk/util/m0$a;
# instance fields
.field public a:Ljava/lang/Integer;
.field public b:Ljava/lang/Integer;
.field public c:Ljava/util/Set;
.annotation system Ldalvik/annotation/Signature;
value = {
"Ljava/util/Set<",
"Lcom/fyber/inneractive/sdk/config/enums/Vendor;",
">;"
}
.end annotation
.end field
# direct methods
.method public constructor <init>()V
.locals 1
.line 1
invoke-direct {p0}, Ljava/lang/Object;-><init>()V
const/16 v0, 0x32
.line 3
invoke-static {v0}, Ljava/lang/Integer;->valueOf(I)Ljava/lang/Integer;
move-result-object v0
iput-object v0, p0, Lcom/fyber/inneractive/sdk/config/h0;->a:Ljava/lang/Integer;
iput-object v0, p0, Lcom/fyber/inneractive/sdk/config/h0;->b:Ljava/lang/Integer;
const/4 v0, 0x0
iput-object v0, p0, Lcom/fyber/inneractive/sdk/config/h0;->c:Ljava/util/Set;
return-void
.end method
# virtual methods
.method public final a()Lorg/json/JSONObject;
.locals 4
.line 1
new-instance v0, Lorg/json/JSONObject;
invoke-direct {v0}, Lorg/json/JSONObject;-><init>()V
iget-object v1, p0, Lcom/fyber/inneractive/sdk/config/h0;->a:Ljava/lang/Integer;
const-string v2, "pausePct"
.line 2
invoke-static {v0, v2, v1}, Lcom/fyber/inneractive/sdk/util/m0;->a(Lorg/json/JSONObject;Ljava/lang/String;Ljava/lang/Object;)V
iget-object v1, p0, Lcom/fyber/inneractive/sdk/config/h0;->b:Ljava/lang/Integer;
const-string v2, "playPct"
.line 3
invoke-static {v0, v2, v1}, Lcom/fyber/inneractive/sdk/util/m0;->a(Lorg/json/JSONObject;Ljava/lang/String;Ljava/lang/Object;)V
.line 4
new-instance v1, Lorg/json/JSONArray;
invoke-direct {v1}, Lorg/json/JSONArray;-><init>()V
iget-object v2, p0, Lcom/fyber/inneractive/sdk/config/h0;->c:Ljava/util/Set;
if-eqz v2, :cond_1
.line 6
invoke-interface {v2}, Ljava/util/Set;->iterator()Ljava/util/Iterator;
move-result-object v2
:cond_0
:goto_0
invoke-interface {v2}, Ljava/util/Iterator;->hasNext()Z
move-result v3
if-eqz v3, :cond_1
invoke-interface {v2}, Ljava/util/Iterator;->next()Ljava/lang/Object;
move-result-object v3
check-cast v3, Lcom/fyber/inneractive/sdk/config/enums/Vendor;
if-eqz v3, :cond_0
.line 8
invoke-virtual {v1, v3}, Lorg/json/JSONArray;->put(Ljava/lang/Object;)Lorg/json/JSONArray;
goto :goto_0
:cond_1
const-string v2, "vendor"
.line 12
invoke-static {v0, v2, v1}, Lcom/fyber/inneractive/sdk/util/m0;->a(Lorg/json/JSONObject;Ljava/lang/String;Ljava/lang/Object;)V
return-object v0
.end method
.method public final b()Ljava/lang/Integer;
.locals 1
iget-object v0, p0, Lcom/fyber/inneractive/sdk/config/h0;->b:Ljava/lang/Integer;
return-object v0
.end method