- 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
55 lines
1.7 KiB
Smali
55 lines
1.7 KiB
Smali
.class public final synthetic Lcom/google/android/gms/auth/zzg;
|
|
.super Ljava/lang/Object;
|
|
.source "SourceFile"
|
|
|
|
# interfaces
|
|
.implements Lcom/google/android/gms/auth/zzk;
|
|
|
|
|
|
# instance fields
|
|
.field public final synthetic zza:Landroid/accounts/Account;
|
|
|
|
.field public final synthetic zzb:Ljava/lang/String;
|
|
|
|
.field public final synthetic zzc:Landroid/os/Bundle;
|
|
|
|
.field public final synthetic zzd:Landroid/content/Context;
|
|
|
|
|
|
# direct methods
|
|
.method public synthetic constructor <init>(Landroid/accounts/Account;Ljava/lang/String;Landroid/os/Bundle;Landroid/content/Context;)V
|
|
.locals 0
|
|
|
|
invoke-direct {p0}, Ljava/lang/Object;-><init>()V
|
|
|
|
iput-object p1, p0, Lcom/google/android/gms/auth/zzg;->zza:Landroid/accounts/Account;
|
|
|
|
iput-object p2, p0, Lcom/google/android/gms/auth/zzg;->zzb:Ljava/lang/String;
|
|
|
|
iput-object p3, p0, Lcom/google/android/gms/auth/zzg;->zzc:Landroid/os/Bundle;
|
|
|
|
iput-object p4, p0, Lcom/google/android/gms/auth/zzg;->zzd:Landroid/content/Context;
|
|
|
|
return-void
|
|
.end method
|
|
|
|
|
|
# virtual methods
|
|
.method public final zza(Landroid/os/IBinder;)Ljava/lang/Object;
|
|
.locals 4
|
|
|
|
iget-object v0, p0, Lcom/google/android/gms/auth/zzg;->zza:Landroid/accounts/Account;
|
|
|
|
iget-object v1, p0, Lcom/google/android/gms/auth/zzg;->zzb:Ljava/lang/String;
|
|
|
|
iget-object v2, p0, Lcom/google/android/gms/auth/zzg;->zzc:Landroid/os/Bundle;
|
|
|
|
iget-object v3, p0, Lcom/google/android/gms/auth/zzg;->zzd:Landroid/content/Context;
|
|
|
|
invoke-static {v0, v1, v2, v3, p1}, Lcom/google/android/gms/auth/zzl;->zzb(Landroid/accounts/Account;Ljava/lang/String;Landroid/os/Bundle;Landroid/content/Context;Landroid/os/IBinder;)Lcom/google/android/gms/auth/TokenData;
|
|
|
|
move-result-object p1
|
|
|
|
return-object p1
|
|
.end method
|