- 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
960 lines
22 KiB
Smali
960 lines
22 KiB
Smali
.class public Lcom/mbridge/msdk/interstitial/signalcommon/interstitial;
|
|
.super Lcom/mbridge/msdk/mbsignalcommon/windvane/AbsFeedBackForH5;
|
|
.source "SourceFile"
|
|
|
|
|
|
# static fields
|
|
.field public static final synthetic $r8$clinit:I = 0x0
|
|
|
|
.field private static final a:Ljava/lang/String; = "com.mbridge.msdk.interstitial.signalcommon.interstitial"
|
|
|
|
|
|
# instance fields
|
|
.field private e:Ljava/lang/Object;
|
|
|
|
|
|
# direct methods
|
|
.method static constructor <clinit>()V
|
|
.locals 0
|
|
|
|
return-void
|
|
.end method
|
|
|
|
.method public constructor <init>()V
|
|
.locals 0
|
|
|
|
.line 37
|
|
invoke-direct {p0}, Lcom/mbridge/msdk/mbsignalcommon/windvane/AbsFeedBackForH5;-><init>()V
|
|
|
|
return-void
|
|
.end method
|
|
|
|
.method private a(Landroid/content/Context;)I
|
|
.locals 0
|
|
|
|
if-eqz p1, :cond_0
|
|
|
|
.line 257
|
|
instance-of p1, p1, Lcom/mbridge/msdk/interstitial/view/MBInterstitialActivity;
|
|
|
|
if-eqz p1, :cond_0
|
|
|
|
const/4 p1, 0x1
|
|
|
|
goto :goto_0
|
|
|
|
:cond_0
|
|
const/4 p1, -0x1
|
|
|
|
:goto_0
|
|
return p1
|
|
.end method
|
|
|
|
.method public static synthetic a(Lcom/mbridge/msdk/interstitial/signalcommon/interstitial;)Landroid/content/Context;
|
|
.locals 0
|
|
|
|
.line 27
|
|
iget-object p0, p0, Lcom/mbridge/msdk/mbsignalcommon/windvane/h;->b:Landroid/content/Context;
|
|
|
|
return-object p0
|
|
.end method
|
|
|
|
.method private a(Ljava/util/List;)Ljava/lang/String;
|
|
.locals 3
|
|
.annotation system Ldalvik/annotation/Signature;
|
|
value = {
|
|
"(",
|
|
"Ljava/util/List<",
|
|
"Lcom/mbridge/msdk/foundation/entity/CampaignEx;",
|
|
">;)",
|
|
"Ljava/lang/String;"
|
|
}
|
|
.end annotation
|
|
|
|
const-string v0, ""
|
|
|
|
if-eqz p1, :cond_0
|
|
|
|
.line 200
|
|
:try_start_0
|
|
invoke-interface {p1}, Ljava/util/List;->size()I
|
|
|
|
move-result v1
|
|
|
|
if-lez v1, :cond_0
|
|
|
|
.line 201
|
|
invoke-static {p1}, Lcom/mbridge/msdk/foundation/entity/CampaignEx;->parseCamplistToJson(Ljava/util/List;)Lorg/json/JSONArray;
|
|
|
|
move-result-object p1
|
|
|
|
.line 202
|
|
new-instance v1, Lorg/json/JSONObject;
|
|
|
|
invoke-direct {v1}, Lorg/json/JSONObject;-><init>()V
|
|
|
|
const-string v2, "campaignList"
|
|
|
|
.line 203
|
|
invoke-virtual {v1, v2, p1}, Lorg/json/JSONObject;->put(Ljava/lang/String;Ljava/lang/Object;)Lorg/json/JSONObject;
|
|
|
|
.line 205
|
|
invoke-virtual {v1}, Lorg/json/JSONObject;->toString()Ljava/lang/String;
|
|
|
|
move-result-object p1
|
|
|
|
.line 206
|
|
invoke-static {p1}, Landroid/text/TextUtils;->isEmpty(Ljava/lang/CharSequence;)Z
|
|
|
|
move-result v1
|
|
|
|
if-nez v1, :cond_0
|
|
|
|
.line 207
|
|
invoke-virtual {p1}, Ljava/lang/String;->getBytes()[B
|
|
|
|
move-result-object p1
|
|
|
|
const/4 v1, 0x2
|
|
|
|
invoke-static {p1, v1}, Landroid/util/Base64;->encodeToString([BI)Ljava/lang/String;
|
|
|
|
move-result-object v0
|
|
:try_end_0
|
|
.catch Ljava/lang/Exception; {:try_start_0 .. :try_end_0} :catch_0
|
|
|
|
goto :goto_0
|
|
|
|
:catch_0
|
|
move-exception p1
|
|
|
|
.line 212
|
|
invoke-virtual {p1}, Ljava/lang/Throwable;->printStackTrace()V
|
|
|
|
:cond_0
|
|
:goto_0
|
|
return-object v0
|
|
.end method
|
|
|
|
.method private a(Ljava/lang/String;)Ljava/util/List;
|
|
.locals 3
|
|
.annotation system Ldalvik/annotation/Signature;
|
|
value = {
|
|
"(",
|
|
"Ljava/lang/String;",
|
|
")",
|
|
"Ljava/util/List<",
|
|
"Lcom/mbridge/msdk/foundation/entity/CampaignEx;",
|
|
">;"
|
|
}
|
|
.end annotation
|
|
|
|
const/4 v0, 0x0
|
|
|
|
.line 167
|
|
:try_start_0
|
|
invoke-static {p1}, Landroid/text/TextUtils;->isEmpty(Ljava/lang/CharSequence;)Z
|
|
|
|
move-result v1
|
|
|
|
if-nez v1, :cond_0
|
|
|
|
invoke-static {}, Lcom/mbridge/msdk/interstitial/b/a;->a()Lcom/mbridge/msdk/interstitial/b/a;
|
|
|
|
move-result-object v1
|
|
|
|
if-eqz v1, :cond_0
|
|
|
|
.line 168
|
|
invoke-static {}, Lcom/mbridge/msdk/interstitial/b/a;->a()Lcom/mbridge/msdk/interstitial/b/a;
|
|
|
|
move-result-object v1
|
|
|
|
const/4 v2, 0x1
|
|
|
|
invoke-virtual {v1, p1, v2}, Lcom/mbridge/msdk/interstitial/b/a;->a(Ljava/lang/String;I)Ljava/util/List;
|
|
|
|
move-result-object v0
|
|
:try_end_0
|
|
.catch Ljava/lang/Exception; {:try_start_0 .. :try_end_0} :catch_0
|
|
|
|
goto :goto_0
|
|
|
|
:catch_0
|
|
move-exception p1
|
|
|
|
.line 171
|
|
invoke-virtual {p1}, Ljava/lang/Throwable;->printStackTrace()V
|
|
|
|
:cond_0
|
|
:goto_0
|
|
return-object v0
|
|
.end method
|
|
|
|
.method private a()V
|
|
.locals 3
|
|
|
|
.line 157
|
|
:try_start_0
|
|
invoke-static {}, Lcom/mbridge/msdk/mbsignalcommon/windvane/g;->a()Lcom/mbridge/msdk/mbsignalcommon/windvane/g;
|
|
|
|
move-result-object v0
|
|
|
|
iget-object v1, p0, Lcom/mbridge/msdk/interstitial/signalcommon/interstitial;->e:Ljava/lang/Object;
|
|
|
|
const-string v2, ""
|
|
|
|
invoke-virtual {v0, v1, v2}, Lcom/mbridge/msdk/mbsignalcommon/windvane/g;->a(Ljava/lang/Object;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 v0
|
|
|
|
.line 159
|
|
invoke-virtual {v0}, Ljava/lang/Throwable;->printStackTrace()V
|
|
|
|
:goto_0
|
|
return-void
|
|
.end method
|
|
|
|
.method private b()Ljava/lang/String;
|
|
.locals 3
|
|
|
|
const/4 v0, 0x0
|
|
|
|
:try_start_0
|
|
iget-object v1, p0, Lcom/mbridge/msdk/mbsignalcommon/windvane/h;->b:Landroid/content/Context;
|
|
|
|
if-nez v1, :cond_0
|
|
|
|
return-object v0
|
|
|
|
.line 271
|
|
:cond_0
|
|
invoke-direct {p0, v1}, Lcom/mbridge/msdk/interstitial/signalcommon/interstitial;->a(Landroid/content/Context;)I
|
|
|
|
move-result v1
|
|
:try_end_0
|
|
.catch Ljava/lang/Exception; {:try_start_0 .. :try_end_0} :catch_1
|
|
|
|
const/4 v2, 0x1
|
|
|
|
if-ne v1, v2, :cond_1
|
|
|
|
:try_start_1
|
|
iget-object v1, p0, Lcom/mbridge/msdk/mbsignalcommon/windvane/h;->b:Landroid/content/Context;
|
|
|
|
if-eqz v1, :cond_1
|
|
|
|
.line 274
|
|
instance-of v2, v1, Lcom/mbridge/msdk/interstitial/view/MBInterstitialActivity;
|
|
|
|
if-eqz v2, :cond_1
|
|
|
|
.line 275
|
|
check-cast v1, Lcom/mbridge/msdk/interstitial/view/MBInterstitialActivity;
|
|
|
|
if-eqz v1, :cond_1
|
|
|
|
.line 277
|
|
iget-object v0, v1, Lcom/mbridge/msdk/interstitial/view/MBInterstitialActivity;->mUnitid:Ljava/lang/String;
|
|
:try_end_1
|
|
.catch Ljava/lang/Exception; {:try_start_1 .. :try_end_1} :catch_0
|
|
|
|
return-object v0
|
|
|
|
:catch_0
|
|
move-exception v1
|
|
|
|
.line 281
|
|
:try_start_2
|
|
invoke-virtual {v1}, Ljava/lang/Throwable;->printStackTrace()V
|
|
:try_end_2
|
|
.catch Ljava/lang/Exception; {:try_start_2 .. :try_end_2} :catch_1
|
|
|
|
goto :goto_0
|
|
|
|
:catch_1
|
|
move-exception v1
|
|
|
|
.line 285
|
|
invoke-virtual {v1}, Ljava/lang/Throwable;->printStackTrace()V
|
|
|
|
:cond_1
|
|
:goto_0
|
|
return-object v0
|
|
.end method
|
|
|
|
|
|
# virtual methods
|
|
.method public getExcludeIdList(Ljava/lang/String;)Ljava/util/List;
|
|
.locals 4
|
|
.annotation system Ldalvik/annotation/Signature;
|
|
value = {
|
|
"(",
|
|
"Ljava/lang/String;",
|
|
")",
|
|
"Ljava/util/List<",
|
|
"Ljava/lang/String;",
|
|
">;"
|
|
}
|
|
.end annotation
|
|
|
|
const/4 v0, 0x0
|
|
|
|
.line 222
|
|
:try_start_0
|
|
invoke-static {p1}, Landroid/text/TextUtils;->isEmpty(Ljava/lang/CharSequence;)Z
|
|
|
|
move-result v1
|
|
|
|
if-eqz v1, :cond_0
|
|
|
|
return-object v0
|
|
|
|
.line 226
|
|
:cond_0
|
|
new-instance v1, Lorg/json/JSONObject;
|
|
|
|
invoke-direct {v1, p1}, Lorg/json/JSONObject;-><init>(Ljava/lang/String;)V
|
|
|
|
.line 228
|
|
sget-object p1, Lcom/mbridge/msdk/foundation/same/net/f/e;->e:Ljava/lang/String;
|
|
|
|
invoke-virtual {v1, p1}, Lorg/json/JSONObject;->optString(Ljava/lang/String;)Ljava/lang/String;
|
|
|
|
move-result-object p1
|
|
|
|
.line 229
|
|
invoke-static {p1}, Landroid/text/TextUtils;->isEmpty(Ljava/lang/CharSequence;)Z
|
|
|
|
move-result v1
|
|
|
|
if-nez v1, :cond_3
|
|
|
|
.line 230
|
|
new-instance v1, Lorg/json/JSONArray;
|
|
|
|
invoke-direct {v1, p1}, Lorg/json/JSONArray;-><init>(Ljava/lang/String;)V
|
|
|
|
.line 231
|
|
invoke-virtual {v1}, Lorg/json/JSONArray;->length()I
|
|
|
|
move-result p1
|
|
|
|
if-lez p1, :cond_3
|
|
|
|
.line 233
|
|
new-instance p1, Ljava/util/ArrayList;
|
|
|
|
invoke-direct {p1}, Ljava/util/ArrayList;-><init>()V
|
|
:try_end_0
|
|
.catch Ljava/lang/Exception; {:try_start_0 .. :try_end_0} :catch_1
|
|
|
|
const/4 v0, 0x0
|
|
|
|
.line 234
|
|
:goto_0
|
|
:try_start_1
|
|
invoke-virtual {v1}, Lorg/json/JSONArray;->length()I
|
|
|
|
move-result v2
|
|
|
|
if-ge v0, v2, :cond_2
|
|
|
|
.line 236
|
|
invoke-virtual {v1, v0}, Lorg/json/JSONArray;->optString(I)Ljava/lang/String;
|
|
|
|
move-result-object v2
|
|
|
|
invoke-static {v2}, Landroid/text/TextUtils;->isEmpty(Ljava/lang/CharSequence;)Z
|
|
|
|
move-result v2
|
|
|
|
if-nez v2, :cond_1
|
|
|
|
.line 237
|
|
invoke-virtual {v1, v0}, Lorg/json/JSONArray;->optString(I)Ljava/lang/String;
|
|
|
|
move-result-object v2
|
|
|
|
invoke-interface {p1, v2}, Ljava/util/List;->add(Ljava/lang/Object;)Z
|
|
:try_end_1
|
|
.catch Ljava/lang/Exception; {:try_start_1 .. :try_end_1} :catch_0
|
|
|
|
goto :goto_1
|
|
|
|
:catch_0
|
|
move-exception v0
|
|
|
|
goto :goto_2
|
|
|
|
:cond_1
|
|
:goto_1
|
|
add-int/lit8 v0, v0, 0x1
|
|
|
|
goto :goto_0
|
|
|
|
:catch_1
|
|
move-exception p1
|
|
|
|
move-object v3, v0
|
|
|
|
move-object v0, p1
|
|
|
|
move-object p1, v3
|
|
|
|
.line 246
|
|
:goto_2
|
|
invoke-virtual {v0}, Ljava/lang/Throwable;->printStackTrace()V
|
|
|
|
:cond_2
|
|
move-object v0, p1
|
|
|
|
:cond_3
|
|
return-object v0
|
|
.end method
|
|
|
|
.method public getInfo(Ljava/lang/Object;Ljava/lang/String;)V
|
|
.locals 3
|
|
|
|
:try_start_0
|
|
iput-object p1, p0, Lcom/mbridge/msdk/interstitial/signalcommon/interstitial;->e:Ljava/lang/Object;
|
|
|
|
iget-object p2, p0, Lcom/mbridge/msdk/mbsignalcommon/windvane/h;->b:Landroid/content/Context;
|
|
|
|
if-nez p2, :cond_0
|
|
|
|
.line 45
|
|
invoke-direct {p0}, Lcom/mbridge/msdk/interstitial/signalcommon/interstitial;->a()V
|
|
|
|
return-void
|
|
|
|
:catch_0
|
|
move-exception p1
|
|
|
|
goto/16 :goto_8
|
|
|
|
.line 48
|
|
:cond_0
|
|
invoke-direct {p0, p2}, Lcom/mbridge/msdk/interstitial/signalcommon/interstitial;->a(Landroid/content/Context;)I
|
|
|
|
move-result p2
|
|
|
|
.line 50
|
|
invoke-direct {p0}, Lcom/mbridge/msdk/interstitial/signalcommon/interstitial;->b()Ljava/lang/String;
|
|
|
|
move-result-object v0
|
|
|
|
.line 51
|
|
invoke-static {v0}, Landroid/text/TextUtils;->isEmpty(Ljava/lang/CharSequence;)Z
|
|
|
|
move-result v0
|
|
|
|
if-eqz v0, :cond_1
|
|
|
|
.line 52
|
|
invoke-direct {p0}, Lcom/mbridge/msdk/interstitial/signalcommon/interstitial;->a()V
|
|
:try_end_0
|
|
.catch Ljava/lang/Exception; {:try_start_0 .. :try_end_0} :catch_0
|
|
|
|
return-void
|
|
|
|
:cond_1
|
|
const/4 v0, 0x1
|
|
|
|
if-ne p2, v0, :cond_12
|
|
|
|
:try_start_1
|
|
iget-object p2, p0, Lcom/mbridge/msdk/mbsignalcommon/windvane/h;->b:Landroid/content/Context;
|
|
|
|
if-nez p2, :cond_2
|
|
|
|
goto :goto_0
|
|
|
|
.line 1297
|
|
:cond_2
|
|
invoke-direct {p0, p2}, Lcom/mbridge/msdk/interstitial/signalcommon/interstitial;->a(Landroid/content/Context;)I
|
|
|
|
move-result p2
|
|
:try_end_1
|
|
.catch Ljava/lang/Exception; {:try_start_1 .. :try_end_1} :catch_2
|
|
|
|
if-ne p2, v0, :cond_3
|
|
|
|
:try_start_2
|
|
iget-object p2, p0, Lcom/mbridge/msdk/mbsignalcommon/windvane/h;->b:Landroid/content/Context;
|
|
|
|
.line 1301
|
|
check-cast p2, Lcom/mbridge/msdk/interstitial/view/MBInterstitialActivity;
|
|
|
|
if-eqz p2, :cond_3
|
|
|
|
.line 1303
|
|
invoke-virtual {p2}, Lcom/mbridge/msdk/interstitial/view/MBInterstitialActivity;->hideLoading()V
|
|
:try_end_2
|
|
.catch Ljava/lang/Exception; {:try_start_2 .. :try_end_2} :catch_1
|
|
|
|
goto :goto_0
|
|
|
|
:catch_1
|
|
move-exception p2
|
|
|
|
.line 1306
|
|
:try_start_3
|
|
invoke-virtual {p2}, Ljava/lang/Throwable;->printStackTrace()V
|
|
:try_end_3
|
|
.catch Ljava/lang/Exception; {:try_start_3 .. :try_end_3} :catch_2
|
|
|
|
goto :goto_0
|
|
|
|
:catch_2
|
|
move-exception p2
|
|
|
|
.line 1310
|
|
:try_start_4
|
|
invoke-virtual {p2}, Ljava/lang/Throwable;->printStackTrace()V
|
|
:try_end_4
|
|
.catch Ljava/lang/Exception; {:try_start_4 .. :try_end_4} :catch_4
|
|
|
|
:cond_3
|
|
:goto_0
|
|
:try_start_5
|
|
iget-object p2, p0, Lcom/mbridge/msdk/mbsignalcommon/windvane/h;->b:Landroid/content/Context;
|
|
|
|
if-nez p2, :cond_4
|
|
|
|
goto :goto_1
|
|
|
|
.line 1319
|
|
:cond_4
|
|
invoke-direct {p0, p2}, Lcom/mbridge/msdk/interstitial/signalcommon/interstitial;->a(Landroid/content/Context;)I
|
|
|
|
move-result p2
|
|
|
|
if-ne p2, v0, :cond_5
|
|
|
|
iget-object p2, p0, Lcom/mbridge/msdk/mbsignalcommon/windvane/h;->b:Landroid/content/Context;
|
|
|
|
.line 1320
|
|
check-cast p2, Lcom/mbridge/msdk/interstitial/view/MBInterstitialActivity;
|
|
|
|
if-eqz p2, :cond_5
|
|
|
|
.line 1322
|
|
invoke-virtual {p2}, Lcom/mbridge/msdk/interstitial/view/MBInterstitialActivity;->showWebView()V
|
|
:try_end_5
|
|
.catch Ljava/lang/Exception; {:try_start_5 .. :try_end_5} :catch_3
|
|
|
|
goto :goto_1
|
|
|
|
:catch_3
|
|
move-exception p2
|
|
|
|
.line 1326
|
|
:try_start_6
|
|
invoke-virtual {p2}, Ljava/lang/Throwable;->printStackTrace()V
|
|
|
|
:cond_5
|
|
:goto_1
|
|
iget-object p2, p0, Lcom/mbridge/msdk/mbsignalcommon/windvane/h;->b:Landroid/content/Context;
|
|
|
|
if-nez p2, :cond_6
|
|
|
|
.line 1075
|
|
invoke-direct {p0}, Lcom/mbridge/msdk/interstitial/signalcommon/interstitial;->a()V
|
|
|
|
goto/16 :goto_9
|
|
|
|
:catch_4
|
|
move-exception p1
|
|
|
|
goto/16 :goto_7
|
|
|
|
.line 1079
|
|
:cond_6
|
|
invoke-direct {p0, p2}, Lcom/mbridge/msdk/interstitial/signalcommon/interstitial;->a(Landroid/content/Context;)I
|
|
|
|
move-result p2
|
|
|
|
if-eq p2, v0, :cond_7
|
|
|
|
.line 1080
|
|
invoke-direct {p0}, Lcom/mbridge/msdk/interstitial/signalcommon/interstitial;->a()V
|
|
|
|
goto/16 :goto_9
|
|
|
|
:cond_7
|
|
iget-object p2, p0, Lcom/mbridge/msdk/mbsignalcommon/windvane/h;->b:Landroid/content/Context;
|
|
|
|
.line 1084
|
|
instance-of v1, p2, Lcom/mbridge/msdk/interstitial/view/MBInterstitialActivity;
|
|
|
|
if-eqz v1, :cond_8
|
|
|
|
.line 1085
|
|
check-cast p2, Lcom/mbridge/msdk/interstitial/view/MBInterstitialActivity;
|
|
|
|
.line 1086
|
|
iput-boolean v0, p2, Lcom/mbridge/msdk/interstitial/view/MBInterstitialActivity;->mIsMBPage:Z
|
|
|
|
.line 1089
|
|
:cond_8
|
|
invoke-direct {p0}, Lcom/mbridge/msdk/interstitial/signalcommon/interstitial;->b()Ljava/lang/String;
|
|
|
|
move-result-object p2
|
|
|
|
.line 1090
|
|
invoke-static {p2}, Landroid/text/TextUtils;->isEmpty(Ljava/lang/CharSequence;)Z
|
|
|
|
move-result v0
|
|
|
|
if-eqz v0, :cond_9
|
|
|
|
.line 1091
|
|
invoke-direct {p0}, Lcom/mbridge/msdk/interstitial/signalcommon/interstitial;->a()V
|
|
|
|
goto/16 :goto_9
|
|
|
|
.line 1095
|
|
:cond_9
|
|
invoke-direct {p0, p2}, Lcom/mbridge/msdk/interstitial/signalcommon/interstitial;->a(Ljava/lang/String;)Ljava/util/List;
|
|
|
|
move-result-object v0
|
|
|
|
if-eqz v0, :cond_11
|
|
|
|
.line 1098
|
|
invoke-direct {p0, v0}, Lcom/mbridge/msdk/interstitial/signalcommon/interstitial;->a(Ljava/util/List;)Ljava/lang/String;
|
|
|
|
move-result-object v1
|
|
|
|
.line 1099
|
|
invoke-static {v1}, Landroid/text/TextUtils;->isEmpty(Ljava/lang/CharSequence;)Z
|
|
|
|
move-result v2
|
|
|
|
if-eqz v2, :cond_a
|
|
|
|
.line 1100
|
|
invoke-direct {p0}, Lcom/mbridge/msdk/interstitial/signalcommon/interstitial;->a()V
|
|
|
|
goto/16 :goto_9
|
|
|
|
.line 1104
|
|
:cond_a
|
|
invoke-static {}, Lcom/mbridge/msdk/mbsignalcommon/windvane/g;->a()Lcom/mbridge/msdk/mbsignalcommon/windvane/g;
|
|
|
|
move-result-object v2
|
|
|
|
invoke-virtual {v2, p1, v1}, Lcom/mbridge/msdk/mbsignalcommon/windvane/g;->a(Ljava/lang/Object;Ljava/lang/String;)V
|
|
:try_end_6
|
|
.catch Ljava/lang/Exception; {:try_start_6 .. :try_end_6} :catch_4
|
|
|
|
.line 1361
|
|
:try_start_7
|
|
invoke-static {p2}, Landroid/text/TextUtils;->isEmpty(Ljava/lang/CharSequence;)Z
|
|
|
|
move-result p1
|
|
|
|
if-eqz p1, :cond_b
|
|
|
|
goto :goto_5
|
|
|
|
.line 1364
|
|
:cond_b
|
|
invoke-interface {v0}, Ljava/util/List;->size()I
|
|
|
|
move-result p1
|
|
|
|
if-nez p1, :cond_c
|
|
|
|
goto :goto_5
|
|
|
|
:cond_c
|
|
const/4 p1, 0x0
|
|
|
|
.line 1367
|
|
:goto_2
|
|
invoke-interface {v0}, Ljava/util/List;->size()I
|
|
|
|
move-result v1
|
|
|
|
if-ge p1, v1, :cond_e
|
|
|
|
.line 1368
|
|
invoke-interface {v0, p1}, 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_d
|
|
|
|
const-string v2, "interstitial"
|
|
|
|
.line 1370
|
|
invoke-static {p2, v1, v2}, Lcom/mbridge/msdk/foundation/same/a/b;->a(Ljava/lang/String;Lcom/mbridge/msdk/foundation/entity/CampaignEx;Ljava/lang/String;)V
|
|
:try_end_7
|
|
.catch Ljava/lang/Exception; {:try_start_7 .. :try_end_7} :catch_5
|
|
|
|
goto :goto_3
|
|
|
|
:catch_5
|
|
move-exception p1
|
|
|
|
goto :goto_4
|
|
|
|
:cond_d
|
|
:goto_3
|
|
add-int/lit8 p1, p1, 0x1
|
|
|
|
goto :goto_2
|
|
|
|
.line 1374
|
|
:goto_4
|
|
:try_start_8
|
|
invoke-virtual {p1}, Ljava/lang/Throwable;->printStackTrace()V
|
|
:try_end_8
|
|
.catch Ljava/lang/Exception; {:try_start_8 .. :try_end_8} :catch_4
|
|
|
|
.line 2333
|
|
:cond_e
|
|
:goto_5
|
|
:try_start_9
|
|
invoke-static {p2}, Landroid/text/TextUtils;->isEmpty(Ljava/lang/CharSequence;)Z
|
|
|
|
move-result p1
|
|
|
|
if-eqz p1, :cond_f
|
|
|
|
goto :goto_6
|
|
|
|
.line 2336
|
|
:cond_f
|
|
invoke-interface {v0}, Ljava/util/List;->size()I
|
|
|
|
move-result p1
|
|
|
|
if-nez p1, :cond_10
|
|
|
|
goto :goto_6
|
|
|
|
.line 2339
|
|
:cond_10
|
|
new-instance p1, Ljava/lang/Thread;
|
|
|
|
new-instance v1, Lcom/mbridge/msdk/interstitial/signalcommon/interstitial$2;
|
|
|
|
invoke-direct {v1, p0, v0}, Lcom/mbridge/msdk/interstitial/signalcommon/interstitial$2;-><init>(Lcom/mbridge/msdk/interstitial/signalcommon/interstitial;Ljava/util/List;)V
|
|
|
|
invoke-direct {p1, v1}, Ljava/lang/Thread;-><init>(Ljava/lang/Runnable;)V
|
|
|
|
.line 2352
|
|
invoke-virtual {p1}, Ljava/lang/Thread;->start()V
|
|
:try_end_9
|
|
.catch Ljava/lang/Exception; {:try_start_9 .. :try_end_9} :catch_6
|
|
|
|
goto :goto_6
|
|
|
|
:catch_6
|
|
move-exception p1
|
|
|
|
.line 2354
|
|
:try_start_a
|
|
invoke-virtual {p1}, Ljava/lang/Throwable;->printStackTrace()V
|
|
:try_end_a
|
|
.catch Ljava/lang/Exception; {:try_start_a .. :try_end_a} :catch_4
|
|
|
|
.line 3179
|
|
:goto_6
|
|
:try_start_b
|
|
new-instance p1, Ljava/lang/Thread;
|
|
|
|
new-instance v1, Lcom/mbridge/msdk/interstitial/signalcommon/interstitial$1;
|
|
|
|
invoke-direct {v1, p0, v0, p2}, Lcom/mbridge/msdk/interstitial/signalcommon/interstitial$1;-><init>(Lcom/mbridge/msdk/interstitial/signalcommon/interstitial;Ljava/util/List;Ljava/lang/String;)V
|
|
|
|
invoke-direct {p1, v1}, Ljava/lang/Thread;-><init>(Ljava/lang/Runnable;)V
|
|
|
|
.line 3189
|
|
invoke-virtual {p1}, Ljava/lang/Thread;->start()V
|
|
:try_end_b
|
|
.catch Ljava/lang/Exception; {:try_start_b .. :try_end_b} :catch_7
|
|
|
|
goto :goto_9
|
|
|
|
:catch_7
|
|
move-exception p1
|
|
|
|
.line 3191
|
|
:try_start_c
|
|
invoke-virtual {p1}, Ljava/lang/Throwable;->printStackTrace()V
|
|
|
|
goto :goto_9
|
|
|
|
.line 1113
|
|
:cond_11
|
|
invoke-direct {p0}, Lcom/mbridge/msdk/interstitial/signalcommon/interstitial;->a()V
|
|
:try_end_c
|
|
.catch Ljava/lang/Exception; {:try_start_c .. :try_end_c} :catch_4
|
|
|
|
goto :goto_9
|
|
|
|
.line 1116
|
|
:goto_7
|
|
:try_start_d
|
|
invoke-virtual {p1}, Ljava/lang/Throwable;->printStackTrace()V
|
|
|
|
.line 1117
|
|
invoke-direct {p0}, Lcom/mbridge/msdk/interstitial/signalcommon/interstitial;->a()V
|
|
:try_end_d
|
|
.catch Ljava/lang/Exception; {:try_start_d .. :try_end_d} :catch_0
|
|
|
|
goto :goto_9
|
|
|
|
.line 63
|
|
:goto_8
|
|
invoke-virtual {p1}, Ljava/lang/Throwable;->printStackTrace()V
|
|
|
|
.line 64
|
|
invoke-direct {p0}, Lcom/mbridge/msdk/interstitial/signalcommon/interstitial;->a()V
|
|
|
|
:cond_12
|
|
:goto_9
|
|
return-void
|
|
.end method
|
|
|
|
.method public install(Ljava/lang/Object;Ljava/lang/String;)V
|
|
.locals 0
|
|
|
|
:try_start_0
|
|
iget-object p1, p0, Lcom/mbridge/msdk/mbsignalcommon/windvane/h;->b:Landroid/content/Context;
|
|
|
|
if-nez p1, :cond_0
|
|
|
|
return-void
|
|
|
|
.line 127
|
|
:cond_0
|
|
instance-of p2, p1, Lcom/mbridge/msdk/interstitial/view/MBInterstitialActivity;
|
|
|
|
if-eqz p2, :cond_1
|
|
|
|
.line 128
|
|
check-cast p1, Lcom/mbridge/msdk/interstitial/view/MBInterstitialActivity;
|
|
|
|
.line 129
|
|
invoke-virtual {p1}, Lcom/mbridge/msdk/interstitial/view/MBInterstitialActivity;->clickTracking()V
|
|
:try_end_0
|
|
.catch Ljava/lang/Exception; {:try_start_0 .. :try_end_0} :catch_0
|
|
|
|
goto :goto_0
|
|
|
|
:catch_0
|
|
move-exception p1
|
|
|
|
.line 132
|
|
invoke-virtual {p1}, Ljava/lang/Throwable;->printStackTrace()V
|
|
|
|
:cond_1
|
|
:goto_0
|
|
return-void
|
|
.end method
|
|
|
|
.method public openURL(Ljava/lang/Object;Ljava/lang/String;)V
|
|
.locals 1
|
|
|
|
.line 137
|
|
invoke-static {p2}, Landroid/text/TextUtils;->isEmpty(Ljava/lang/CharSequence;)Z
|
|
|
|
move-result p1
|
|
|
|
if-nez p1, :cond_1
|
|
|
|
.line 139
|
|
:try_start_0
|
|
new-instance p1, Lorg/json/JSONObject;
|
|
|
|
invoke-direct {p1, p2}, Lorg/json/JSONObject;-><init>(Ljava/lang/String;)V
|
|
|
|
const-string p2, "url"
|
|
|
|
.line 140
|
|
invoke-virtual {p1, p2}, Lorg/json/JSONObject;->optString(Ljava/lang/String;)Ljava/lang/String;
|
|
|
|
move-result-object p2
|
|
|
|
const-string v0, "type"
|
|
|
|
.line 141
|
|
invoke-virtual {p1, v0}, Lorg/json/JSONObject;->optInt(Ljava/lang/String;)I
|
|
|
|
move-result p1
|
|
|
|
const/4 v0, 0x1
|
|
|
|
if-ne p1, v0, :cond_0
|
|
|
|
iget-object p1, p0, Lcom/mbridge/msdk/mbsignalcommon/windvane/h;->b:Landroid/content/Context;
|
|
|
|
.line 143
|
|
invoke-static {p1, p2}, Lcom/mbridge/msdk/click/c;->d(Landroid/content/Context;Ljava/lang/String;)V
|
|
|
|
goto :goto_2
|
|
|
|
:catchall_0
|
|
move-exception p1
|
|
|
|
goto :goto_0
|
|
|
|
:catch_0
|
|
move-exception p1
|
|
|
|
goto :goto_1
|
|
|
|
:cond_0
|
|
const/4 v0, 0x2
|
|
|
|
if-ne p1, v0, :cond_1
|
|
|
|
iget-object p1, p0, Lcom/mbridge/msdk/mbsignalcommon/windvane/h;->b:Landroid/content/Context;
|
|
|
|
.line 145
|
|
invoke-static {p1, p2}, Lcom/mbridge/msdk/click/c;->f(Landroid/content/Context;Ljava/lang/String;)V
|
|
:try_end_0
|
|
.catch Lorg/json/JSONException; {:try_start_0 .. :try_end_0} :catch_0
|
|
.catchall {:try_start_0 .. :try_end_0} :catchall_0
|
|
|
|
goto :goto_2
|
|
|
|
:goto_0
|
|
sget-object p2, Lcom/mbridge/msdk/interstitial/signalcommon/interstitial;->a:Ljava/lang/String;
|
|
|
|
.line 150
|
|
invoke-virtual {p1}, Ljava/lang/Throwable;->getMessage()Ljava/lang/String;
|
|
|
|
move-result-object p1
|
|
|
|
invoke-static {p2, p1}, Lcom/mbridge/msdk/foundation/tools/af;->b(Ljava/lang/String;Ljava/lang/String;)V
|
|
|
|
goto :goto_2
|
|
|
|
:goto_1
|
|
sget-object p2, Lcom/mbridge/msdk/interstitial/signalcommon/interstitial;->a:Ljava/lang/String;
|
|
|
|
.line 148
|
|
invoke-virtual {p1}, Ljava/lang/Throwable;->getMessage()Ljava/lang/String;
|
|
|
|
move-result-object p1
|
|
|
|
invoke-static {p2, p1}, Lcom/mbridge/msdk/foundation/tools/af;->b(Ljava/lang/String;Ljava/lang/String;)V
|
|
|
|
:cond_1
|
|
:goto_2
|
|
return-void
|
|
.end method
|