Files
rr3-apk/smali_classes2/com/google/android/gms/auth/account/zza.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

84 lines
1.9 KiB
Smali

.class public abstract Lcom/google/android/gms/auth/account/zza;
.super Lcom/google/android/gms/internal/auth/zzb;
.source "SourceFile"
# interfaces
.implements Lcom/google/android/gms/auth/account/zzb;
# direct methods
.method public constructor <init>()V
.locals 1
const-string v0, "com.google.android.gms.auth.account.IWorkAccountCallback"
.line 1
invoke-direct {p0, v0}, Lcom/google/android/gms/internal/auth/zzb;-><init>(Ljava/lang/String;)V
return-void
.end method
# virtual methods
.method public final zza(ILandroid/os/Parcel;Landroid/os/Parcel;I)Z
.locals 1
.annotation system Ldalvik/annotation/Throws;
value = {
Landroid/os/RemoteException;
}
.end annotation
const/4 p3, 0x1
if-eq p1, p3, :cond_2
const/4 p4, 0x2
const/4 v0, 0x0
if-eq p1, p4, :cond_0
return v0
.line 1
:cond_0
sget p1, Lcom/google/android/gms/internal/auth/zzc;->zza:I
.line 2
invoke-virtual {p2}, Landroid/os/Parcel;->readInt()I
move-result p1
.line 3
invoke-static {p2}, Lcom/google/android/gms/internal/auth/zzc;->zzb(Landroid/os/Parcel;)V
if-eqz p1, :cond_1
move v0, p3
.line 4
:cond_1
invoke-interface {p0, v0}, Lcom/google/android/gms/auth/account/zzb;->zzc(Z)V
goto :goto_0
.line 5
:cond_2
sget-object p1, Landroid/accounts/Account;->CREATOR:Landroid/os/Parcelable$Creator;
invoke-static {p2, p1}, Lcom/google/android/gms/internal/auth/zzc;->zza(Landroid/os/Parcel;Landroid/os/Parcelable$Creator;)Landroid/os/Parcelable;
move-result-object p1
check-cast p1, Landroid/accounts/Account;
.line 6
invoke-static {p2}, Lcom/google/android/gms/internal/auth/zzc;->zzb(Landroid/os/Parcel;)V
.line 7
invoke-interface {p0, p1}, Lcom/google/android/gms/auth/account/zzb;->zzb(Landroid/accounts/Account;)V
:goto_0
return p3
.end method