- 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
48 lines
1.3 KiB
Smali
48 lines
1.3 KiB
Smali
.class final Lcom/google/android/gms/common/internal/zae;
|
|
.super Lcom/google/android/gms/common/internal/zag;
|
|
.source "SourceFile"
|
|
|
|
|
|
# instance fields
|
|
.field final synthetic zaa:Landroid/content/Intent;
|
|
|
|
.field final synthetic zab:Landroidx/fragment/app/Fragment;
|
|
|
|
.field final synthetic zac:I
|
|
|
|
|
|
# direct methods
|
|
.method public constructor <init>(Landroid/content/Intent;Landroidx/fragment/app/Fragment;I)V
|
|
.locals 0
|
|
|
|
iput-object p1, p0, Lcom/google/android/gms/common/internal/zae;->zaa:Landroid/content/Intent;
|
|
|
|
iput-object p2, p0, Lcom/google/android/gms/common/internal/zae;->zab:Landroidx/fragment/app/Fragment;
|
|
|
|
iput p3, p0, Lcom/google/android/gms/common/internal/zae;->zac:I
|
|
|
|
invoke-direct {p0}, Lcom/google/android/gms/common/internal/zag;-><init>()V
|
|
|
|
return-void
|
|
.end method
|
|
|
|
|
|
# virtual methods
|
|
.method public final zaa()V
|
|
.locals 3
|
|
|
|
iget-object v0, p0, Lcom/google/android/gms/common/internal/zae;->zaa:Landroid/content/Intent;
|
|
|
|
if-eqz v0, :cond_0
|
|
|
|
iget-object v1, p0, Lcom/google/android/gms/common/internal/zae;->zab:Landroidx/fragment/app/Fragment;
|
|
|
|
iget v2, p0, Lcom/google/android/gms/common/internal/zae;->zac:I
|
|
|
|
.line 1
|
|
invoke-virtual {v1, v0, v2}, Landroidx/fragment/app/Fragment;->startActivityForResult(Landroid/content/Intent;I)V
|
|
|
|
:cond_0
|
|
return-void
|
|
.end method
|