- 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
45 lines
1.2 KiB
Smali
45 lines
1.2 KiB
Smali
.class final synthetic Lcom/google/android/gms/internal/drive/zzdm;
|
|
.super Ljava/lang/Object;
|
|
.source "SourceFile"
|
|
|
|
# interfaces
|
|
.implements Lcom/google/android/gms/internal/drive/zzdg;
|
|
|
|
|
|
# instance fields
|
|
.field private final zzgn:Lcom/google/android/gms/internal/drive/zzfl;
|
|
|
|
|
|
# direct methods
|
|
.method public constructor <init>(Lcom/google/android/gms/internal/drive/zzfl;)V
|
|
.locals 0
|
|
|
|
invoke-direct {p0}, Ljava/lang/Object;-><init>()V
|
|
|
|
iput-object p1, p0, Lcom/google/android/gms/internal/drive/zzdm;->zzgn:Lcom/google/android/gms/internal/drive/zzfl;
|
|
|
|
return-void
|
|
.end method
|
|
|
|
|
|
# virtual methods
|
|
.method public final accept(Ljava/lang/Object;)V
|
|
.locals 5
|
|
|
|
iget-object v0, p0, Lcom/google/android/gms/internal/drive/zzdm;->zzgn:Lcom/google/android/gms/internal/drive/zzfl;
|
|
|
|
.line 1
|
|
check-cast p1, Lcom/google/android/gms/drive/events/OpenFileCallback;
|
|
|
|
.line 3
|
|
iget-wide v1, v0, Lcom/google/android/gms/internal/drive/zzfl;->zzhy:J
|
|
|
|
.line 5
|
|
iget-wide v3, v0, Lcom/google/android/gms/internal/drive/zzfl;->zzhz:J
|
|
|
|
.line 6
|
|
invoke-virtual {p1, v1, v2, v3, v4}, Lcom/google/android/gms/drive/events/OpenFileCallback;->onProgress(JJ)V
|
|
|
|
return-void
|
|
.end method
|