- 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
133 lines
3.1 KiB
Smali
133 lines
3.1 KiB
Smali
.class final Lcom/mbridge/msdk/click/m$3;
|
|
.super Landroid/webkit/WebChromeClient;
|
|
.source "SourceFile"
|
|
|
|
|
|
# annotations
|
|
.annotation system Ldalvik/annotation/EnclosingMethod;
|
|
value = Lcom/mbridge/msdk/click/m;->a(Landroid/content/Context;Ljava/lang/String;Ljava/lang/String;)V
|
|
.end annotation
|
|
|
|
.annotation system Ldalvik/annotation/InnerClass;
|
|
accessFlags = 0x1
|
|
name = null
|
|
.end annotation
|
|
|
|
|
|
# instance fields
|
|
.field final synthetic a:Lcom/mbridge/msdk/click/m;
|
|
|
|
|
|
# direct methods
|
|
.method public constructor <init>(Lcom/mbridge/msdk/click/m;)V
|
|
.locals 0
|
|
|
|
iput-object p1, p0, Lcom/mbridge/msdk/click/m$3;->a:Lcom/mbridge/msdk/click/m;
|
|
|
|
.line 293
|
|
invoke-direct {p0}, Landroid/webkit/WebChromeClient;-><init>()V
|
|
|
|
return-void
|
|
.end method
|
|
|
|
|
|
# virtual methods
|
|
.method public final onJsAlert(Landroid/webkit/WebView;Ljava/lang/String;Ljava/lang/String;Landroid/webkit/JsResult;)Z
|
|
.locals 0
|
|
|
|
const/4 p1, 0x1
|
|
|
|
return p1
|
|
.end method
|
|
|
|
.method public final onJsConfirm(Landroid/webkit/WebView;Ljava/lang/String;Ljava/lang/String;Landroid/webkit/JsResult;)Z
|
|
.locals 0
|
|
|
|
const/4 p1, 0x1
|
|
|
|
return p1
|
|
.end method
|
|
|
|
.method public final onJsPrompt(Landroid/webkit/WebView;Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;Landroid/webkit/JsPromptResult;)Z
|
|
.locals 0
|
|
|
|
const/4 p1, 0x1
|
|
|
|
return p1
|
|
.end method
|
|
|
|
.method public final onProgressChanged(Landroid/webkit/WebView;I)V
|
|
.locals 1
|
|
|
|
const/16 v0, 0x64
|
|
|
|
if-ne p2, v0, :cond_1
|
|
|
|
:try_start_0
|
|
const-string p2, "javascript:window.navigator.vibrate([]);"
|
|
|
|
.line 298
|
|
invoke-virtual {p1, p2}, Landroid/webkit/WebView;->loadUrl(Ljava/lang/String;)V
|
|
|
|
iget-object p2, p0, Lcom/mbridge/msdk/click/m$3;->a:Lcom/mbridge/msdk/click/m;
|
|
|
|
.line 300
|
|
invoke-static {p2}, Lcom/mbridge/msdk/click/m;->b(Lcom/mbridge/msdk/click/m;)Z
|
|
|
|
move-result p2
|
|
|
|
if-nez p2, :cond_0
|
|
|
|
iget-object p2, p0, Lcom/mbridge/msdk/click/m$3;->a:Lcom/mbridge/msdk/click/m;
|
|
|
|
iget-boolean v0, p2, Lcom/mbridge/msdk/click/m;->c:Z
|
|
|
|
if-nez v0, :cond_0
|
|
|
|
.line 301
|
|
invoke-static {p2}, Lcom/mbridge/msdk/click/m;->l(Lcom/mbridge/msdk/click/m;)V
|
|
|
|
goto :goto_0
|
|
|
|
:catch_0
|
|
move-exception p1
|
|
|
|
goto :goto_1
|
|
|
|
:cond_0
|
|
:goto_0
|
|
iget-object p2, p0, Lcom/mbridge/msdk/click/m$3;->a:Lcom/mbridge/msdk/click/m;
|
|
|
|
.line 304
|
|
invoke-static {p2}, Lcom/mbridge/msdk/click/m;->d(Lcom/mbridge/msdk/click/m;)Lcom/mbridge/msdk/click/m$a;
|
|
|
|
move-result-object p2
|
|
|
|
if-eqz p2, :cond_1
|
|
|
|
iget-object p2, p0, Lcom/mbridge/msdk/click/m$3;->a:Lcom/mbridge/msdk/click/m;
|
|
|
|
.line 305
|
|
invoke-static {p2}, Lcom/mbridge/msdk/click/m;->d(Lcom/mbridge/msdk/click/m;)Lcom/mbridge/msdk/click/m$a;
|
|
|
|
move-result-object p2
|
|
|
|
invoke-virtual {p1}, Landroid/webkit/WebView;->getUrl()Ljava/lang/String;
|
|
|
|
move-result-object p1
|
|
|
|
invoke-interface {p2, p1}, Lcom/mbridge/msdk/click/m$a;->c(Ljava/lang/String;)Z
|
|
:try_end_0
|
|
.catch Ljava/lang/Exception; {:try_start_0 .. :try_end_0} :catch_0
|
|
|
|
goto :goto_2
|
|
|
|
.line 309
|
|
:goto_1
|
|
invoke-virtual {p1}, Ljava/lang/Throwable;->printStackTrace()V
|
|
|
|
:cond_1
|
|
:goto_2
|
|
return-void
|
|
.end method
|