- 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
98 lines
2.6 KiB
Smali
98 lines
2.6 KiB
Smali
.class final Lcom/mbridge/msdk/interstitial/signalcommon/interstitial$2;
|
|
.super Ljava/lang/Object;
|
|
.source "SourceFile"
|
|
|
|
# interfaces
|
|
.implements Ljava/lang/Runnable;
|
|
|
|
|
|
# annotations
|
|
.annotation system Ldalvik/annotation/EnclosingClass;
|
|
value = Lcom/mbridge/msdk/interstitial/signalcommon/interstitial;
|
|
.end annotation
|
|
|
|
.annotation system Ldalvik/annotation/InnerClass;
|
|
accessFlags = 0x1
|
|
name = null
|
|
.end annotation
|
|
|
|
|
|
# instance fields
|
|
.field final synthetic a:Ljava/util/List;
|
|
|
|
.field final synthetic b:Lcom/mbridge/msdk/interstitial/signalcommon/interstitial;
|
|
|
|
|
|
# direct methods
|
|
.method public constructor <init>(Lcom/mbridge/msdk/interstitial/signalcommon/interstitial;Ljava/util/List;)V
|
|
.locals 0
|
|
|
|
iput-object p1, p0, Lcom/mbridge/msdk/interstitial/signalcommon/interstitial$2;->b:Lcom/mbridge/msdk/interstitial/signalcommon/interstitial;
|
|
|
|
iput-object p2, p0, Lcom/mbridge/msdk/interstitial/signalcommon/interstitial$2;->a:Ljava/util/List;
|
|
|
|
.line 339
|
|
invoke-direct {p0}, Ljava/lang/Object;-><init>()V
|
|
|
|
return-void
|
|
.end method
|
|
|
|
|
|
# virtual methods
|
|
.method public final run()V
|
|
.locals 3
|
|
|
|
const/4 v0, 0x0
|
|
|
|
:goto_0
|
|
iget-object v1, p0, Lcom/mbridge/msdk/interstitial/signalcommon/interstitial$2;->a:Ljava/util/List;
|
|
|
|
.line 344
|
|
invoke-interface {v1}, Ljava/util/List;->size()I
|
|
|
|
move-result v1
|
|
|
|
if-ge v0, v1, :cond_1
|
|
|
|
iget-object v1, p0, Lcom/mbridge/msdk/interstitial/signalcommon/interstitial$2;->a:Ljava/util/List;
|
|
|
|
.line 345
|
|
invoke-interface {v1, v0}, Ljava/util/List;->get(I)Ljava/lang/Object;
|
|
|
|
move-result-object v1
|
|
|
|
check-cast v1, Lcom/mbridge/msdk/foundation/entity/CampaignEx;
|
|
|
|
if-eqz v1, :cond_0
|
|
|
|
iget-object v2, p0, Lcom/mbridge/msdk/interstitial/signalcommon/interstitial$2;->b:Lcom/mbridge/msdk/interstitial/signalcommon/interstitial;
|
|
|
|
.line 347
|
|
invoke-static {v2}, Lcom/mbridge/msdk/interstitial/signalcommon/interstitial;->a(Lcom/mbridge/msdk/interstitial/signalcommon/interstitial;)Landroid/content/Context;
|
|
|
|
move-result-object v2
|
|
|
|
invoke-static {v2}, Lcom/mbridge/msdk/foundation/db/g;->a(Landroid/content/Context;)Lcom/mbridge/msdk/foundation/db/g;
|
|
|
|
move-result-object v2
|
|
|
|
invoke-static {v2}, Lcom/mbridge/msdk/foundation/db/j;->a(Lcom/mbridge/msdk/foundation/db/f;)Lcom/mbridge/msdk/foundation/db/j;
|
|
|
|
move-result-object v2
|
|
|
|
.line 348
|
|
invoke-virtual {v1}, Lcom/mbridge/msdk/out/Campaign;->getId()Ljava/lang/String;
|
|
|
|
move-result-object v1
|
|
|
|
invoke-virtual {v2, v1}, Lcom/mbridge/msdk/foundation/db/j;->a(Ljava/lang/String;)V
|
|
|
|
:cond_0
|
|
add-int/lit8 v0, v0, 0x1
|
|
|
|
goto :goto_0
|
|
|
|
:cond_1
|
|
return-void
|
|
.end method
|