- 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
83 lines
2.4 KiB
Smali
83 lines
2.4 KiB
Smali
.class public Lcom/google/android/gms/internal/drive/zzhh;
|
|
.super Lcom/google/android/gms/internal/drive/zzl;
|
|
.source "SourceFile"
|
|
|
|
|
|
# annotations
|
|
.annotation system Ldalvik/annotation/Signature;
|
|
value = {
|
|
"<T:",
|
|
"Ljava/lang/Object;",
|
|
">",
|
|
"Lcom/google/android/gms/internal/drive/zzl;"
|
|
}
|
|
.end annotation
|
|
|
|
|
|
# instance fields
|
|
.field private zziv:Lcom/google/android/gms/tasks/TaskCompletionSource;
|
|
.annotation system Ldalvik/annotation/Signature;
|
|
value = {
|
|
"Lcom/google/android/gms/tasks/TaskCompletionSource<",
|
|
"TT;>;"
|
|
}
|
|
.end annotation
|
|
.end field
|
|
|
|
|
|
# direct methods
|
|
.method public constructor <init>(Lcom/google/android/gms/tasks/TaskCompletionSource;)V
|
|
.locals 0
|
|
.annotation system Ldalvik/annotation/Signature;
|
|
value = {
|
|
"(",
|
|
"Lcom/google/android/gms/tasks/TaskCompletionSource<",
|
|
"TT;>;)V"
|
|
}
|
|
.end annotation
|
|
|
|
.line 1
|
|
invoke-direct {p0}, Lcom/google/android/gms/internal/drive/zzl;-><init>()V
|
|
|
|
iput-object p1, p0, Lcom/google/android/gms/internal/drive/zzhh;->zziv:Lcom/google/android/gms/tasks/TaskCompletionSource;
|
|
|
|
return-void
|
|
.end method
|
|
|
|
|
|
# virtual methods
|
|
.method public final zza(Lcom/google/android/gms/common/api/Status;)V
|
|
.locals 2
|
|
.annotation system Ldalvik/annotation/Throws;
|
|
value = {
|
|
Landroid/os/RemoteException;
|
|
}
|
|
.end annotation
|
|
|
|
iget-object v0, p0, Lcom/google/android/gms/internal/drive/zzhh;->zziv:Lcom/google/android/gms/tasks/TaskCompletionSource;
|
|
|
|
.line 4
|
|
new-instance v1, Lcom/google/android/gms/common/api/ApiException;
|
|
|
|
invoke-direct {v1, p1}, Lcom/google/android/gms/common/api/ApiException;-><init>(Lcom/google/android/gms/common/api/Status;)V
|
|
|
|
invoke-virtual {v0, v1}, Lcom/google/android/gms/tasks/TaskCompletionSource;->setException(Ljava/lang/Exception;)V
|
|
|
|
return-void
|
|
.end method
|
|
|
|
.method public final zzay()Lcom/google/android/gms/tasks/TaskCompletionSource;
|
|
.locals 1
|
|
.annotation system Ldalvik/annotation/Signature;
|
|
value = {
|
|
"()",
|
|
"Lcom/google/android/gms/tasks/TaskCompletionSource<",
|
|
"TT;>;"
|
|
}
|
|
.end annotation
|
|
|
|
iget-object v0, p0, Lcom/google/android/gms/internal/drive/zzhh;->zziv:Lcom/google/android/gms/tasks/TaskCompletionSource;
|
|
|
|
return-object v0
|
|
.end method
|