- 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
46 lines
1.4 KiB
Smali
46 lines
1.4 KiB
Smali
.class public final Lcom/google/android/gms/internal/ads/zzbzd;
|
|
.super Ljava/lang/Object;
|
|
.source "SourceFile"
|
|
|
|
|
|
# direct methods
|
|
.method public constructor <init>()V
|
|
.locals 0
|
|
|
|
invoke-direct {p0}, Ljava/lang/Object;-><init>()V
|
|
|
|
return-void
|
|
.end method
|
|
|
|
|
|
# virtual methods
|
|
.method public final zza(Landroid/content/Context;I)Lcom/google/common/util/concurrent/ListenableFuture;
|
|
.locals 2
|
|
|
|
.line 1
|
|
new-instance p2, Lcom/google/android/gms/internal/ads/zzcab;
|
|
|
|
invoke-direct {p2}, Lcom/google/android/gms/internal/ads/zzcab;-><init>()V
|
|
|
|
.line 2
|
|
invoke-static {}, Lcom/google/android/gms/ads/internal/client/zzbc;->zzb()Lcom/google/android/gms/ads/internal/util/client/zzf;
|
|
|
|
invoke-static {p1}, Lcom/google/android/gms/ads/internal/util/client/zzf;->zzt(Landroid/content/Context;)Z
|
|
|
|
move-result v0
|
|
|
|
if-eqz v0, :cond_0
|
|
|
|
.line 3
|
|
sget-object v0, Lcom/google/android/gms/internal/ads/zzbzw;->zza:Lcom/google/android/gms/internal/ads/zzgcs;
|
|
|
|
new-instance v1, Lcom/google/android/gms/internal/ads/zzbzc;
|
|
|
|
invoke-direct {v1, p0, p1, p2}, Lcom/google/android/gms/internal/ads/zzbzc;-><init>(Lcom/google/android/gms/internal/ads/zzbzd;Landroid/content/Context;Lcom/google/android/gms/internal/ads/zzcab;)V
|
|
|
|
invoke-interface {v0, v1}, Ljava/util/concurrent/Executor;->execute(Ljava/lang/Runnable;)V
|
|
|
|
:cond_0
|
|
return-object p2
|
|
.end method
|