- 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
110 lines
2.2 KiB
Smali
110 lines
2.2 KiB
Smali
.class public final Lcom/google/android/gms/internal/ads/zzfcm;
|
|
.super Ljava/lang/Object;
|
|
.source "SourceFile"
|
|
|
|
|
|
# instance fields
|
|
.field private final zza:Lorg/json/JSONObject;
|
|
|
|
|
|
# direct methods
|
|
.method public constructor <init>(Lorg/json/JSONObject;)V
|
|
.locals 0
|
|
|
|
invoke-direct {p0}, Ljava/lang/Object;-><init>()V
|
|
|
|
iput-object p1, p0, Lcom/google/android/gms/internal/ads/zzfcm;->zza:Lorg/json/JSONObject;
|
|
|
|
return-void
|
|
.end method
|
|
|
|
|
|
# virtual methods
|
|
.method public final zza()Ljava/lang/String;
|
|
.locals 2
|
|
.annotation build Landroidx/annotation/Nullable;
|
|
.end annotation
|
|
|
|
.line 1
|
|
invoke-virtual {p0}, Lcom/google/android/gms/internal/ads/zzfcm;->zzc()I
|
|
|
|
move-result v0
|
|
|
|
add-int/lit8 v0, v0, -0x1
|
|
|
|
const/4 v1, 0x1
|
|
|
|
if-eq v0, v1, :cond_0
|
|
|
|
const-string v0, "javascript"
|
|
|
|
return-object v0
|
|
|
|
:cond_0
|
|
const/4 v0, 0x0
|
|
|
|
return-object v0
|
|
.end method
|
|
|
|
.method public final zzb()Z
|
|
.locals 3
|
|
|
|
.line 1
|
|
sget-object v0, Lcom/google/android/gms/internal/ads/zzbcl;->zzfh:Lcom/google/android/gms/internal/ads/zzbcc;
|
|
|
|
.line 2
|
|
invoke-static {}, Lcom/google/android/gms/ads/internal/client/zzbe;->zzc()Lcom/google/android/gms/internal/ads/zzbcj;
|
|
|
|
move-result-object v1
|
|
|
|
invoke-virtual {v1, v0}, Lcom/google/android/gms/internal/ads/zzbcj;->zza(Lcom/google/android/gms/internal/ads/zzbcc;)Ljava/lang/Object;
|
|
|
|
move-result-object v0
|
|
|
|
.line 1
|
|
check-cast v0, Ljava/lang/String;
|
|
|
|
iget-object v1, p0, Lcom/google/android/gms/internal/ads/zzfcm;->zza:Lorg/json/JSONObject;
|
|
|
|
const/4 v2, 0x1
|
|
|
|
invoke-virtual {v1, v0, v2}, Lorg/json/JSONObject;->optBoolean(Ljava/lang/String;Z)Z
|
|
|
|
move-result v0
|
|
|
|
return v0
|
|
.end method
|
|
|
|
.method public final zzc()I
|
|
.locals 3
|
|
|
|
iget-object v0, p0, Lcom/google/android/gms/internal/ads/zzfcm;->zza:Lorg/json/JSONObject;
|
|
|
|
const-string v1, "media_type"
|
|
|
|
const/4 v2, -0x1
|
|
|
|
.line 1
|
|
invoke-virtual {v0, v1, v2}, Lorg/json/JSONObject;->optInt(Ljava/lang/String;I)I
|
|
|
|
move-result v0
|
|
|
|
if-eqz v0, :cond_1
|
|
|
|
const/4 v1, 0x1
|
|
|
|
if-eq v0, v1, :cond_0
|
|
|
|
const/4 v0, 0x3
|
|
|
|
return v0
|
|
|
|
:cond_0
|
|
return v1
|
|
|
|
:cond_1
|
|
const/4 v0, 0x2
|
|
|
|
return v0
|
|
.end method
|