Files
rr3-apk/smali_classes4/com/mbridge/msdk/c/a/d.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

50 lines
1.1 KiB
Smali

.class public final Lcom/mbridge/msdk/c/a/d;
.super Ljava/lang/Object;
.source "SourceFile"
# direct methods
.method public static a(Landroid/content/Context;Lcom/mbridge/msdk/foundation/same/net/f/e;)V
.locals 1
if-nez p1, :cond_0
return-void
:cond_0
:try_start_0
const-string p0, "gaid"
.line 15
invoke-static {}, Lcom/mbridge/msdk/foundation/tools/f;->c()Ljava/lang/String;
move-result-object v0
invoke-virtual {p1, p0, v0}, Lcom/mbridge/msdk/foundation/same/net/f/e;->a(Ljava/lang/String;Ljava/lang/String;)V
:try_end_0
.catch Ljava/lang/Exception; {:try_start_0 .. :try_end_0} :catch_0
goto :goto_0
:catch_0
move-exception p0
.line 17
sget-boolean p1, Lcom/mbridge/msdk/MBridgeConstans;->DEBUG:Z
if-eqz p1, :cond_1
const-string p1, "SettingRequestDiff"
.line 18
invoke-virtual {p0}, Ljava/lang/Throwable;->getMessage()Ljava/lang/String;
move-result-object p0
invoke-static {p1, p0}, Lcom/mbridge/msdk/foundation/tools/af;->b(Ljava/lang/String;Ljava/lang/String;)V
:cond_1
:goto_0
return-void
.end method