- 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
113 lines
2.4 KiB
Smali
113 lines
2.4 KiB
Smali
.class final Lcom/google/android/gms/internal/auth/zzfo;
|
|
.super Ljava/lang/Object;
|
|
.source "SourceFile"
|
|
|
|
# interfaces
|
|
.implements Lcom/google/android/gms/internal/auth/zzfv;
|
|
|
|
|
|
# instance fields
|
|
.field private final zza:[Lcom/google/android/gms/internal/auth/zzfv;
|
|
|
|
|
|
# direct methods
|
|
.method public varargs constructor <init>([Lcom/google/android/gms/internal/auth/zzfv;)V
|
|
.locals 0
|
|
|
|
invoke-direct {p0}, Ljava/lang/Object;-><init>()V
|
|
|
|
iput-object p1, p0, Lcom/google/android/gms/internal/auth/zzfo;->zza:[Lcom/google/android/gms/internal/auth/zzfv;
|
|
|
|
return-void
|
|
.end method
|
|
|
|
|
|
# virtual methods
|
|
.method public final zzb(Ljava/lang/Class;)Lcom/google/android/gms/internal/auth/zzfu;
|
|
.locals 4
|
|
|
|
iget-object v0, p0, Lcom/google/android/gms/internal/auth/zzfo;->zza:[Lcom/google/android/gms/internal/auth/zzfv;
|
|
|
|
const/4 v1, 0x0
|
|
|
|
:goto_0
|
|
const/4 v2, 0x2
|
|
|
|
if-ge v1, v2, :cond_1
|
|
|
|
aget-object v2, v0, v1
|
|
|
|
.line 1
|
|
invoke-interface {v2, p1}, Lcom/google/android/gms/internal/auth/zzfv;->zzc(Ljava/lang/Class;)Z
|
|
|
|
move-result v3
|
|
|
|
if-eqz v3, :cond_0
|
|
|
|
.line 2
|
|
invoke-interface {v2, p1}, Lcom/google/android/gms/internal/auth/zzfv;->zzb(Ljava/lang/Class;)Lcom/google/android/gms/internal/auth/zzfu;
|
|
|
|
move-result-object p1
|
|
|
|
return-object p1
|
|
|
|
:cond_0
|
|
add-int/lit8 v1, v1, 0x1
|
|
|
|
goto :goto_0
|
|
|
|
:cond_1
|
|
new-instance v0, Ljava/lang/UnsupportedOperationException;
|
|
|
|
.line 3
|
|
invoke-virtual {p1}, Ljava/lang/Class;->getName()Ljava/lang/String;
|
|
|
|
move-result-object p1
|
|
|
|
const-string v1, "No factory is available for message type: "
|
|
|
|
invoke-virtual {v1, p1}, Ljava/lang/String;->concat(Ljava/lang/String;)Ljava/lang/String;
|
|
|
|
move-result-object p1
|
|
|
|
invoke-direct {v0, p1}, Ljava/lang/UnsupportedOperationException;-><init>(Ljava/lang/String;)V
|
|
|
|
throw v0
|
|
.end method
|
|
|
|
.method public final zzc(Ljava/lang/Class;)Z
|
|
.locals 4
|
|
|
|
iget-object v0, p0, Lcom/google/android/gms/internal/auth/zzfo;->zza:[Lcom/google/android/gms/internal/auth/zzfv;
|
|
|
|
const/4 v1, 0x0
|
|
|
|
move v2, v1
|
|
|
|
:goto_0
|
|
const/4 v3, 0x2
|
|
|
|
if-ge v2, v3, :cond_1
|
|
|
|
aget-object v3, v0, v2
|
|
|
|
.line 1
|
|
invoke-interface {v3, p1}, Lcom/google/android/gms/internal/auth/zzfv;->zzc(Ljava/lang/Class;)Z
|
|
|
|
move-result v3
|
|
|
|
if-eqz v3, :cond_0
|
|
|
|
const/4 p1, 0x1
|
|
|
|
return p1
|
|
|
|
:cond_0
|
|
add-int/lit8 v2, v2, 0x1
|
|
|
|
goto :goto_0
|
|
|
|
:cond_1
|
|
return v1
|
|
.end method
|