Files
rr3-apk/smali_classes2/com/ea/nimble/WebView$1.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

97 lines
3.2 KiB
Smali

.class Lcom/ea/nimble/WebView$1;
.super Landroidx/browser/customtabs/CustomTabsServiceConnection;
.source "SourceFile"
# annotations
.annotation system Ldalvik/annotation/EnclosingMethod;
value = Lcom/ea/nimble/WebView;->createCustomTabsServiceConnection()V
.end annotation
.annotation system Ldalvik/annotation/InnerClass;
accessFlags = 0x1
name = null
.end annotation
# instance fields
.field final synthetic this$0:Lcom/ea/nimble/WebView;
# direct methods
.method public constructor <init>(Lcom/ea/nimble/WebView;)V
.locals 0
iput-object p1, p0, Lcom/ea/nimble/WebView$1;->this$0:Lcom/ea/nimble/WebView;
.line 42
invoke-direct {p0}, Landroidx/browser/customtabs/CustomTabsServiceConnection;-><init>()V
return-void
.end method
# virtual methods
.method public onCustomTabsServiceConnected(Landroid/content/ComponentName;Landroidx/browser/customtabs/CustomTabsClient;)V
.locals 2
.param p1 # Landroid/content/ComponentName;
.annotation build Landroidx/annotation/NonNull;
.end annotation
.end param
.param p2 # Landroidx/browser/customtabs/CustomTabsClient;
.annotation build Landroidx/annotation/NonNull;
.end annotation
.end param
iget-object p1, p0, Lcom/ea/nimble/WebView$1;->this$0:Lcom/ea/nimble/WebView;
.line 48
invoke-static {p1, p2}, Lcom/ea/nimble/WebView;->access$002(Lcom/ea/nimble/WebView;Landroidx/browser/customtabs/CustomTabsClient;)Landroidx/browser/customtabs/CustomTabsClient;
iget-object p1, p0, Lcom/ea/nimble/WebView$1;->this$0:Lcom/ea/nimble/WebView;
.line 50
invoke-static {p1}, Lcom/ea/nimble/WebView;->access$000(Lcom/ea/nimble/WebView;)Landroidx/browser/customtabs/CustomTabsClient;
move-result-object p1
const-wide/16 v0, 0x0
invoke-virtual {p1, v0, v1}, Landroidx/browser/customtabs/CustomTabsClient;->warmup(J)Z
iget-object p1, p0, Lcom/ea/nimble/WebView$1;->this$0:Lcom/ea/nimble/WebView;
.line 52
invoke-static {p1}, Lcom/ea/nimble/WebView;->access$000(Lcom/ea/nimble/WebView;)Landroidx/browser/customtabs/CustomTabsClient;
move-result-object p1
new-instance p2, Landroidx/browser/customtabs/CustomTabsCallback;
invoke-direct {p2}, Landroidx/browser/customtabs/CustomTabsCallback;-><init>()V
invoke-virtual {p1, p2}, Landroidx/browser/customtabs/CustomTabsClient;->newSession(Landroidx/browser/customtabs/CustomTabsCallback;)Landroidx/browser/customtabs/CustomTabsSession;
move-result-object p1
invoke-static {p1}, Lcom/ea/nimble/WebView;->access$102(Landroidx/browser/customtabs/CustomTabsSession;)Landroidx/browser/customtabs/CustomTabsSession;
return-void
.end method
.method public onServiceDisconnected(Landroid/content/ComponentName;)V
.locals 1
iget-object p1, p0, Lcom/ea/nimble/WebView$1;->this$0:Lcom/ea/nimble/WebView;
const/4 v0, 0x0
.line 57
invoke-static {p1, v0}, Lcom/ea/nimble/WebView;->access$002(Lcom/ea/nimble/WebView;Landroidx/browser/customtabs/CustomTabsClient;)Landroidx/browser/customtabs/CustomTabsClient;
.line 58
invoke-static {v0}, Lcom/ea/nimble/WebView;->access$102(Landroidx/browser/customtabs/CustomTabsSession;)Landroidx/browser/customtabs/CustomTabsSession;
return-void
.end method