- 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
54 lines
1.4 KiB
Smali
54 lines
1.4 KiB
Smali
.class final Lcom/google/android/gms/internal/ads/zzcbf;
|
|
.super Ljava/lang/Object;
|
|
.source "SourceFile"
|
|
|
|
# interfaces
|
|
.implements Ljava/lang/Runnable;
|
|
|
|
|
|
# instance fields
|
|
.field final synthetic zza:Z
|
|
|
|
.field final synthetic zzb:Lcom/google/android/gms/internal/ads/zzcbg;
|
|
|
|
|
|
# direct methods
|
|
.method public constructor <init>(Lcom/google/android/gms/internal/ads/zzcbg;Z)V
|
|
.locals 0
|
|
|
|
iput-boolean p2, p0, Lcom/google/android/gms/internal/ads/zzcbf;->zza:Z
|
|
|
|
iput-object p1, p0, Lcom/google/android/gms/internal/ads/zzcbf;->zzb:Lcom/google/android/gms/internal/ads/zzcbg;
|
|
|
|
invoke-direct {p0}, Ljava/lang/Object;-><init>()V
|
|
|
|
return-void
|
|
.end method
|
|
|
|
|
|
# virtual methods
|
|
.method public final run()V
|
|
.locals 3
|
|
|
|
iget-boolean v0, p0, Lcom/google/android/gms/internal/ads/zzcbf;->zza:Z
|
|
|
|
.line 1
|
|
invoke-static {v0}, Ljava/lang/String;->valueOf(Z)Ljava/lang/String;
|
|
|
|
move-result-object v0
|
|
|
|
const-string v1, "isVisible"
|
|
|
|
filled-new-array {v1, v0}, [Ljava/lang/String;
|
|
|
|
move-result-object v0
|
|
|
|
iget-object v1, p0, Lcom/google/android/gms/internal/ads/zzcbf;->zzb:Lcom/google/android/gms/internal/ads/zzcbg;
|
|
|
|
const-string v2, "windowVisibilityChanged"
|
|
|
|
invoke-static {v1, v2, v0}, Lcom/google/android/gms/internal/ads/zzcbg;->zzm(Lcom/google/android/gms/internal/ads/zzcbg;Ljava/lang/String;[Ljava/lang/String;)V
|
|
|
|
return-void
|
|
.end method
|