Files
rr3-apk/smali_classes2/com/google/android/gms/common/internal/zzaf.smali
Daniel Elliott f3960ee359 Add Discord APKTool decompilation (Smali source for modding)
- 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
2026-02-18 16:13:44 -08:00

43 lines
1.1 KiB
Smali

.class public abstract Lcom/google/android/gms/common/internal/zzaf;
.super Lcom/google/android/gms/internal/common/zzb;
.source "SourceFile"
# interfaces
.implements Lcom/google/android/gms/common/internal/zzag;
# direct methods
.method public static zzb(Landroid/os/IBinder;)Lcom/google/android/gms/common/internal/zzag;
.locals 2
if-nez p0, :cond_0
const/4 p0, 0x0
return-object p0
:cond_0
const-string v0, "com.google.android.gms.common.internal.IGoogleCertificatesApi"
.line 1
invoke-interface {p0, v0}, Landroid/os/IBinder;->queryLocalInterface(Ljava/lang/String;)Landroid/os/IInterface;
move-result-object v0
instance-of v1, v0, Lcom/google/android/gms/common/internal/zzag;
if-eqz v1, :cond_1
.line 2
check-cast v0, Lcom/google/android/gms/common/internal/zzag;
return-object v0
:cond_1
new-instance v0, Lcom/google/android/gms/common/internal/zzae;
invoke-direct {v0, p0}, Lcom/google/android/gms/common/internal/zzae;-><init>(Landroid/os/IBinder;)V
return-object v0
.end method