- 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
38 lines
930 B
Smali
38 lines
930 B
Smali
.class public Lcom/google/android/gms/internal/ads/zzgby;
|
|
.super Lcom/google/android/gms/internal/ads/zzgci;
|
|
.source "SourceFile"
|
|
|
|
|
|
# direct methods
|
|
.method public constructor <init>()V
|
|
.locals 0
|
|
|
|
invoke-direct {p0}, Lcom/google/android/gms/internal/ads/zzgci;-><init>()V
|
|
|
|
return-void
|
|
.end method
|
|
|
|
.method public static zzu(Lcom/google/common/util/concurrent/ListenableFuture;)Lcom/google/android/gms/internal/ads/zzgby;
|
|
.locals 1
|
|
|
|
.line 1
|
|
instance-of v0, p0, Lcom/google/android/gms/internal/ads/zzgby;
|
|
|
|
if-eqz v0, :cond_0
|
|
|
|
check-cast p0, Lcom/google/android/gms/internal/ads/zzgby;
|
|
|
|
goto :goto_0
|
|
|
|
:cond_0
|
|
new-instance v0, Lcom/google/android/gms/internal/ads/zzgbz;
|
|
|
|
.line 2
|
|
invoke-direct {v0, p0}, Lcom/google/android/gms/internal/ads/zzgbz;-><init>(Lcom/google/common/util/concurrent/ListenableFuture;)V
|
|
|
|
move-object p0, v0
|
|
|
|
:goto_0
|
|
return-object p0
|
|
.end method
|