- 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
55 lines
1.9 KiB
Smali
55 lines
1.9 KiB
Smali
.class Landroidx/webkit/internal/ApiHelperForM$2;
|
|
.super Landroid/webkit/WebMessagePort$WebMessageCallback;
|
|
.source "SourceFile"
|
|
|
|
|
|
# annotations
|
|
.annotation system Ldalvik/annotation/EnclosingMethod;
|
|
value = Landroidx/webkit/internal/ApiHelperForM;->setWebMessageCallback(Landroid/webkit/WebMessagePort;Landroidx/webkit/WebMessagePortCompat$WebMessageCallbackCompat;Landroid/os/Handler;)V
|
|
.end annotation
|
|
|
|
.annotation system Ldalvik/annotation/InnerClass;
|
|
accessFlags = 0x1
|
|
name = null
|
|
.end annotation
|
|
|
|
|
|
# instance fields
|
|
.field final synthetic val$callback:Landroidx/webkit/WebMessagePortCompat$WebMessageCallbackCompat;
|
|
|
|
|
|
# direct methods
|
|
.method public constructor <init>(Landroidx/webkit/WebMessagePortCompat$WebMessageCallbackCompat;)V
|
|
.locals 0
|
|
|
|
iput-object p1, p0, Landroidx/webkit/internal/ApiHelperForM$2;->val$callback:Landroidx/webkit/WebMessagePortCompat$WebMessageCallbackCompat;
|
|
|
|
.line 88
|
|
invoke-direct {p0}, Landroid/webkit/WebMessagePort$WebMessageCallback;-><init>()V
|
|
|
|
return-void
|
|
.end method
|
|
|
|
|
|
# virtual methods
|
|
.method public onMessage(Landroid/webkit/WebMessagePort;Landroid/webkit/WebMessage;)V
|
|
.locals 2
|
|
|
|
iget-object v0, p0, Landroidx/webkit/internal/ApiHelperForM$2;->val$callback:Landroidx/webkit/WebMessagePortCompat$WebMessageCallbackCompat;
|
|
|
|
.line 91
|
|
new-instance v1, Landroidx/webkit/internal/WebMessagePortImpl;
|
|
|
|
invoke-direct {v1, p1}, Landroidx/webkit/internal/WebMessagePortImpl;-><init>(Landroid/webkit/WebMessagePort;)V
|
|
|
|
.line 92
|
|
invoke-static {p2}, Landroidx/webkit/internal/WebMessagePortImpl;->frameworkMessageToCompat(Landroid/webkit/WebMessage;)Landroidx/webkit/WebMessageCompat;
|
|
|
|
move-result-object p1
|
|
|
|
.line 91
|
|
invoke-virtual {v0, v1, p1}, Landroidx/webkit/WebMessagePortCompat$WebMessageCallbackCompat;->onMessage(Landroidx/webkit/WebMessagePortCompat;Landroidx/webkit/WebMessageCompat;)V
|
|
|
|
return-void
|
|
.end method
|