- 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
44 lines
1.1 KiB
Smali
44 lines
1.1 KiB
Smali
.class public final Lcom/google/android/gms/internal/ads/zzfmb;
|
|
.super Lcom/google/android/gms/internal/ads/zzfma;
|
|
.source "SourceFile"
|
|
|
|
|
|
# direct methods
|
|
.method public constructor <init>(Ljava/lang/String;Landroid/webkit/WebView;)V
|
|
.locals 1
|
|
.annotation build Landroid/annotation/SuppressLint;
|
|
value = {
|
|
"SetJavaScriptEnabled"
|
|
}
|
|
.end annotation
|
|
|
|
.line 1
|
|
invoke-direct {p0, p1}, Lcom/google/android/gms/internal/ads/zzfma;-><init>(Ljava/lang/String;)V
|
|
|
|
.line 2
|
|
invoke-virtual {p2}, Landroid/webkit/WebView;->getSettings()Landroid/webkit/WebSettings;
|
|
|
|
move-result-object p1
|
|
|
|
invoke-virtual {p1}, Landroid/webkit/WebSettings;->getJavaScriptEnabled()Z
|
|
|
|
move-result p1
|
|
|
|
if-nez p1, :cond_0
|
|
|
|
.line 3
|
|
invoke-virtual {p2}, Landroid/webkit/WebView;->getSettings()Landroid/webkit/WebSettings;
|
|
|
|
move-result-object p1
|
|
|
|
const/4 v0, 0x1
|
|
|
|
invoke-virtual {p1, v0}, Landroid/webkit/WebSettings;->setJavaScriptEnabled(Z)V
|
|
|
|
.line 4
|
|
:cond_0
|
|
invoke-virtual {p0, p2}, Lcom/google/android/gms/internal/ads/zzfma;->zzn(Landroid/webkit/WebView;)V
|
|
|
|
return-void
|
|
.end method
|