- 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
184 lines
5.6 KiB
Smali
184 lines
5.6 KiB
Smali
.class public Landroidx/webkit/internal/ApiHelperForQ;
|
|
.super Ljava/lang/Object;
|
|
.source "SourceFile"
|
|
|
|
|
|
# annotations
|
|
.annotation build Landroidx/annotation/RequiresApi;
|
|
value = 0x1d
|
|
.end annotation
|
|
|
|
|
|
# direct methods
|
|
.method private constructor <init>()V
|
|
.locals 0
|
|
|
|
.line 39
|
|
invoke-direct {p0}, Ljava/lang/Object;-><init>()V
|
|
|
|
return-void
|
|
.end method
|
|
|
|
.method public static getForceDark(Landroid/webkit/WebSettings;)I
|
|
.locals 0
|
|
.param p0 # Landroid/webkit/WebSettings;
|
|
.annotation build Landroidx/annotation/NonNull;
|
|
.end annotation
|
|
.end param
|
|
.annotation build Landroidx/annotation/DoNotInline;
|
|
.end annotation
|
|
|
|
.annotation runtime Ljava/lang/Deprecated;
|
|
.end annotation
|
|
|
|
.line 59
|
|
invoke-static {p0}, Landroidx/webkit/internal/ApiHelperForQ$$ExternalSyntheticApiModelOutline6;->m(Landroid/webkit/WebSettings;)I
|
|
|
|
move-result p0
|
|
|
|
return p0
|
|
.end method
|
|
|
|
.method public static getWebViewRenderProcess(Landroid/webkit/WebView;)Landroid/webkit/WebViewRenderProcess;
|
|
.locals 0
|
|
.param p0 # Landroid/webkit/WebView;
|
|
.annotation build Landroidx/annotation/NonNull;
|
|
.end annotation
|
|
.end param
|
|
.annotation build Landroidx/annotation/DoNotInline;
|
|
.end annotation
|
|
|
|
.annotation build Landroidx/annotation/Nullable;
|
|
.end annotation
|
|
|
|
.line 68
|
|
invoke-static {p0}, Landroidx/webkit/internal/ApiHelperForQ$$ExternalSyntheticApiModelOutline1;->m(Landroid/webkit/WebView;)Landroid/webkit/WebViewRenderProcess;
|
|
|
|
move-result-object p0
|
|
|
|
return-object p0
|
|
.end method
|
|
|
|
.method public static getWebViewRenderProcessClient(Landroid/webkit/WebView;)Landroid/webkit/WebViewRenderProcessClient;
|
|
.locals 0
|
|
.param p0 # Landroid/webkit/WebView;
|
|
.annotation build Landroidx/annotation/NonNull;
|
|
.end annotation
|
|
.end param
|
|
.annotation build Landroidx/annotation/DoNotInline;
|
|
.end annotation
|
|
|
|
.annotation build Landroidx/annotation/Nullable;
|
|
.end annotation
|
|
|
|
.line 110
|
|
invoke-static {p0}, Landroidx/webkit/internal/ApiHelperForQ$$ExternalSyntheticApiModelOutline5;->m(Landroid/webkit/WebView;)Landroid/webkit/WebViewRenderProcessClient;
|
|
|
|
move-result-object p0
|
|
|
|
return-object p0
|
|
.end method
|
|
|
|
.method public static setForceDark(Landroid/webkit/WebSettings;I)V
|
|
.locals 0
|
|
.param p0 # Landroid/webkit/WebSettings;
|
|
.annotation build Landroidx/annotation/NonNull;
|
|
.end annotation
|
|
.end param
|
|
.annotation build Landroidx/annotation/DoNotInline;
|
|
.end annotation
|
|
|
|
.annotation runtime Ljava/lang/Deprecated;
|
|
.end annotation
|
|
|
|
.line 49
|
|
invoke-static {p0, p1}, Landroidx/webkit/internal/ApiHelperForQ$$ExternalSyntheticApiModelOutline2;->m(Landroid/webkit/WebSettings;I)V
|
|
|
|
return-void
|
|
.end method
|
|
|
|
.method public static setWebViewRenderProcessClient(Landroid/webkit/WebView;Landroidx/webkit/WebViewRenderProcessClient;)V
|
|
.locals 1
|
|
.param p0 # Landroid/webkit/WebView;
|
|
.annotation build Landroidx/annotation/NonNull;
|
|
.end annotation
|
|
.end param
|
|
.param p1 # Landroidx/webkit/WebViewRenderProcessClient;
|
|
.annotation build Landroidx/annotation/Nullable;
|
|
.end annotation
|
|
.end param
|
|
.annotation build Landroidx/annotation/DoNotInline;
|
|
.end annotation
|
|
|
|
if-eqz p1, :cond_0
|
|
|
|
.line 99
|
|
new-instance v0, Landroidx/webkit/internal/WebViewRenderProcessClientFrameworkAdapter;
|
|
|
|
invoke-direct {v0, p1}, Landroidx/webkit/internal/WebViewRenderProcessClientFrameworkAdapter;-><init>(Landroidx/webkit/WebViewRenderProcessClient;)V
|
|
|
|
goto :goto_0
|
|
|
|
:cond_0
|
|
const/4 v0, 0x0
|
|
|
|
.line 100
|
|
:goto_0
|
|
invoke-static {p0, v0}, Landroidx/webkit/internal/ApiHelperForQ$$ExternalSyntheticApiModelOutline3;->m(Landroid/webkit/WebView;Landroid/webkit/WebViewRenderProcessClient;)V
|
|
|
|
return-void
|
|
.end method
|
|
|
|
.method public static setWebViewRenderProcessClient(Landroid/webkit/WebView;Ljava/util/concurrent/Executor;Landroidx/webkit/WebViewRenderProcessClient;)V
|
|
.locals 1
|
|
.param p0 # Landroid/webkit/WebView;
|
|
.annotation build Landroidx/annotation/NonNull;
|
|
.end annotation
|
|
.end param
|
|
.param p1 # Ljava/util/concurrent/Executor;
|
|
.annotation build Landroidx/annotation/NonNull;
|
|
.end annotation
|
|
.end param
|
|
.param p2 # Landroidx/webkit/WebViewRenderProcessClient;
|
|
.annotation build Landroidx/annotation/Nullable;
|
|
.end annotation
|
|
.end param
|
|
.annotation build Landroidx/annotation/DoNotInline;
|
|
.end annotation
|
|
|
|
if-eqz p2, :cond_0
|
|
|
|
.line 88
|
|
new-instance v0, Landroidx/webkit/internal/WebViewRenderProcessClientFrameworkAdapter;
|
|
|
|
invoke-direct {v0, p2}, Landroidx/webkit/internal/WebViewRenderProcessClientFrameworkAdapter;-><init>(Landroidx/webkit/WebViewRenderProcessClient;)V
|
|
|
|
goto :goto_0
|
|
|
|
:cond_0
|
|
const/4 v0, 0x0
|
|
|
|
.line 89
|
|
:goto_0
|
|
invoke-static {p0, p1, v0}, Landroidx/webkit/internal/ApiHelperForQ$$ExternalSyntheticApiModelOutline0;->m(Landroid/webkit/WebView;Ljava/util/concurrent/Executor;Landroid/webkit/WebViewRenderProcessClient;)V
|
|
|
|
return-void
|
|
.end method
|
|
|
|
.method public static terminate(Landroid/webkit/WebViewRenderProcess;)Z
|
|
.locals 0
|
|
.param p0 # Landroid/webkit/WebViewRenderProcess;
|
|
.annotation build Landroidx/annotation/NonNull;
|
|
.end annotation
|
|
.end param
|
|
.annotation build Landroidx/annotation/DoNotInline;
|
|
.end annotation
|
|
|
|
.line 76
|
|
invoke-static {p0}, Landroidx/webkit/internal/ApiHelperForQ$$ExternalSyntheticApiModelOutline4;->m(Landroid/webkit/WebViewRenderProcess;)Z
|
|
|
|
move-result p0
|
|
|
|
return p0
|
|
.end method
|