- 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
80 lines
2.5 KiB
Smali
80 lines
2.5 KiB
Smali
.class final Lcom/google/android/gms/internal/drive/zzda;
|
|
.super Lcom/google/android/gms/common/api/internal/TaskApiCall;
|
|
.source "SourceFile"
|
|
|
|
|
|
# annotations
|
|
.annotation system Ldalvik/annotation/Signature;
|
|
value = {
|
|
"Lcom/google/android/gms/common/api/internal/TaskApiCall<",
|
|
"Lcom/google/android/gms/internal/drive/zzaw;",
|
|
"Ljava/lang/Void;",
|
|
">;"
|
|
}
|
|
.end annotation
|
|
|
|
|
|
# instance fields
|
|
.field private final synthetic zzfx:Lcom/google/android/gms/drive/DriveContents;
|
|
|
|
|
|
# direct methods
|
|
.method public constructor <init>(Lcom/google/android/gms/internal/drive/zzch;Lcom/google/android/gms/drive/DriveContents;)V
|
|
.locals 0
|
|
|
|
iput-object p2, p0, Lcom/google/android/gms/internal/drive/zzda;->zzfx:Lcom/google/android/gms/drive/DriveContents;
|
|
|
|
.line 1
|
|
invoke-direct {p0}, Lcom/google/android/gms/common/api/internal/TaskApiCall;-><init>()V
|
|
|
|
return-void
|
|
.end method
|
|
|
|
|
|
# virtual methods
|
|
.method public final synthetic doExecute(Lcom/google/android/gms/common/api/Api$AnyClient;Lcom/google/android/gms/tasks/TaskCompletionSource;)V
|
|
.locals 3
|
|
.annotation system Ldalvik/annotation/Throws;
|
|
value = {
|
|
Landroid/os/RemoteException;
|
|
}
|
|
.end annotation
|
|
|
|
.line 2
|
|
check-cast p1, Lcom/google/android/gms/internal/drive/zzaw;
|
|
|
|
.line 4
|
|
invoke-virtual {p1}, Lcom/google/android/gms/common/internal/BaseGmsClient;->getService()Landroid/os/IInterface;
|
|
|
|
move-result-object p1
|
|
|
|
check-cast p1, Lcom/google/android/gms/internal/drive/zzeo;
|
|
|
|
.line 5
|
|
new-instance v0, Lcom/google/android/gms/internal/drive/zzo;
|
|
|
|
iget-object v1, p0, Lcom/google/android/gms/internal/drive/zzda;->zzfx:Lcom/google/android/gms/drive/DriveContents;
|
|
|
|
.line 6
|
|
invoke-interface {v1}, Lcom/google/android/gms/drive/DriveContents;->zzi()Lcom/google/android/gms/drive/Contents;
|
|
|
|
move-result-object v1
|
|
|
|
invoke-virtual {v1}, Lcom/google/android/gms/drive/Contents;->getRequestId()I
|
|
|
|
move-result v1
|
|
|
|
const/4 v2, 0x0
|
|
|
|
invoke-direct {v0, v1, v2}, Lcom/google/android/gms/internal/drive/zzo;-><init>(IZ)V
|
|
|
|
new-instance v1, Lcom/google/android/gms/internal/drive/zzhr;
|
|
|
|
invoke-direct {v1, p2}, Lcom/google/android/gms/internal/drive/zzhr;-><init>(Lcom/google/android/gms/tasks/TaskCompletionSource;)V
|
|
|
|
.line 7
|
|
invoke-interface {p1, v0, v1}, Lcom/google/android/gms/internal/drive/zzeo;->zza(Lcom/google/android/gms/internal/drive/zzo;Lcom/google/android/gms/internal/drive/zzeq;)V
|
|
|
|
return-void
|
|
.end method
|