Files
rr3-apk/smali_classes4/com/mbridge/msdk/newreward/function/h/c$1.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

126 lines
2.9 KiB
Smali

.class final Lcom/mbridge/msdk/newreward/function/h/c$1;
.super Ljava/lang/Object;
.source "SourceFile"
# interfaces
.implements Ljava/lang/Runnable;
# annotations
.annotation system Ldalvik/annotation/EnclosingMethod;
value = Lcom/mbridge/msdk/newreward/function/h/c;->a(Ljava/lang/String;III)V
.end annotation
.annotation system Ldalvik/annotation/InnerClass;
accessFlags = 0x1
name = null
.end annotation
# instance fields
.field final synthetic a:I
.field final synthetic b:I
.field final synthetic c:I
.field final synthetic d:Ljava/lang/String;
# direct methods
.method public constructor <init>(IIILjava/lang/String;)V
.locals 0
iput p1, p0, Lcom/mbridge/msdk/newreward/function/h/c$1;->a:I
iput p2, p0, Lcom/mbridge/msdk/newreward/function/h/c$1;->b:I
iput p3, p0, Lcom/mbridge/msdk/newreward/function/h/c$1;->c:I
iput-object p4, p0, Lcom/mbridge/msdk/newreward/function/h/c$1;->d:Ljava/lang/String;
.line 119
invoke-direct {p0}, Ljava/lang/Object;-><init>()V
return-void
.end method
# virtual methods
.method public final run()V
.locals 6
.line 122
:try_start_0
new-instance v0, Lorg/json/JSONObject;
invoke-direct {v0}, Lorg/json/JSONObject;-><init>()V
const-string v1, "ivRewardEnable"
const/4 v2, 0x1
.line 123
invoke-virtual {v0, v1, v2}, Lorg/json/JSONObject;->put(Ljava/lang/String;I)Lorg/json/JSONObject;
const-string v1, "ivRewardMode"
iget v3, p0, Lcom/mbridge/msdk/newreward/function/h/c$1;->a:I
.line 124
sget v4, Lcom/mbridge/msdk/foundation/same/a;->H:I
const/4 v5, 0x0
if-ne v3, v4, :cond_0
move v3, v5
goto :goto_0
:cond_0
move v3, v2
:goto_0
invoke-virtual {v0, v1, v3}, Lorg/json/JSONObject;->put(Ljava/lang/String;I)Lorg/json/JSONObject;
const-string v1, "ivRewardPlayValueMode"
iget v3, p0, Lcom/mbridge/msdk/newreward/function/h/c$1;->b:I
.line 125
sget v4, Lcom/mbridge/msdk/foundation/same/a;->J:I
if-ne v3, v4, :cond_1
move v2, v5
:cond_1
invoke-virtual {v0, v1, v2}, Lorg/json/JSONObject;->put(Ljava/lang/String;I)Lorg/json/JSONObject;
const-string v1, "ivRewardPlayValue"
iget v2, p0, Lcom/mbridge/msdk/newreward/function/h/c$1;->c:I
.line 126
invoke-virtual {v0, v1, v2}, Lorg/json/JSONObject;->put(Ljava/lang/String;I)Lorg/json/JSONObject;
.line 127
invoke-static {}, Lcom/mbridge/msdk/c/h;->a()Lcom/mbridge/msdk/c/h;
move-result-object v1
iget-object v2, p0, Lcom/mbridge/msdk/newreward/function/h/c$1;->d:Ljava/lang/String;
invoke-virtual {v0}, Lorg/json/JSONObject;->toString()Ljava/lang/String;
move-result-object v0
invoke-virtual {v1, v2, v0}, Lcom/mbridge/msdk/c/h;->f(Ljava/lang/String;Ljava/lang/String;)V
:try_end_0
.catch Ljava/lang/Exception; {:try_start_0 .. :try_end_0} :catch_0
:catch_0
return-void
.end method