- 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
103 lines
2.7 KiB
Smali
103 lines
2.7 KiB
Smali
.class public abstract Lcom/google/android/gms/internal/drive/zziu;
|
|
.super Ljava/lang/Object;
|
|
.source "SourceFile"
|
|
|
|
# interfaces
|
|
.implements Lcom/google/android/gms/internal/drive/zzlr;
|
|
|
|
|
|
# annotations
|
|
.annotation system Ldalvik/annotation/Signature;
|
|
value = {
|
|
"<MessageType:",
|
|
"Lcom/google/android/gms/internal/drive/zzit<",
|
|
"TMessageType;TBuilderType;>;BuilderType:",
|
|
"Lcom/google/android/gms/internal/drive/zziu<",
|
|
"TMessageType;TBuilderType;>;>",
|
|
"Ljava/lang/Object;",
|
|
"Lcom/google/android/gms/internal/drive/zzlr;"
|
|
}
|
|
.end annotation
|
|
|
|
|
|
# direct methods
|
|
.method public constructor <init>()V
|
|
.locals 0
|
|
|
|
invoke-direct {p0}, Ljava/lang/Object;-><init>()V
|
|
|
|
return-void
|
|
.end method
|
|
|
|
|
|
# virtual methods
|
|
.method public synthetic clone()Ljava/lang/Object;
|
|
.locals 1
|
|
.annotation system Ldalvik/annotation/Throws;
|
|
value = {
|
|
Ljava/lang/CloneNotSupportedException;
|
|
}
|
|
.end annotation
|
|
|
|
.line 2
|
|
invoke-virtual {p0}, Lcom/google/android/gms/internal/drive/zziu;->zzbn()Lcom/google/android/gms/internal/drive/zziu;
|
|
|
|
move-result-object v0
|
|
|
|
return-object v0
|
|
.end method
|
|
|
|
.method public abstract zza(Lcom/google/android/gms/internal/drive/zzit;)Lcom/google/android/gms/internal/drive/zziu;
|
|
.annotation system Ldalvik/annotation/Signature;
|
|
value = {
|
|
"(TMessageType;)TBuilderType;"
|
|
}
|
|
.end annotation
|
|
.end method
|
|
|
|
.method public final synthetic zza(Lcom/google/android/gms/internal/drive/zzlq;)Lcom/google/android/gms/internal/drive/zzlr;
|
|
.locals 1
|
|
|
|
.line 4
|
|
invoke-interface {p0}, Lcom/google/android/gms/internal/drive/zzls;->zzda()Lcom/google/android/gms/internal/drive/zzlq;
|
|
|
|
move-result-object v0
|
|
|
|
invoke-virtual {v0}, Ljava/lang/Object;->getClass()Ljava/lang/Class;
|
|
|
|
move-result-object v0
|
|
|
|
invoke-virtual {v0, p1}, Ljava/lang/Class;->isInstance(Ljava/lang/Object;)Z
|
|
|
|
move-result v0
|
|
|
|
if-eqz v0, :cond_0
|
|
|
|
.line 6
|
|
check-cast p1, Lcom/google/android/gms/internal/drive/zzit;
|
|
|
|
invoke-virtual {p0, p1}, Lcom/google/android/gms/internal/drive/zziu;->zza(Lcom/google/android/gms/internal/drive/zzit;)Lcom/google/android/gms/internal/drive/zziu;
|
|
|
|
move-result-object p1
|
|
|
|
return-object p1
|
|
|
|
.line 5
|
|
:cond_0
|
|
new-instance p1, Ljava/lang/IllegalArgumentException;
|
|
|
|
const-string v0, "mergeFrom(MessageLite) can only merge messages of the same type."
|
|
|
|
invoke-direct {p1, v0}, Ljava/lang/IllegalArgumentException;-><init>(Ljava/lang/String;)V
|
|
|
|
throw p1
|
|
.end method
|
|
|
|
.method public abstract zzbn()Lcom/google/android/gms/internal/drive/zziu;
|
|
.annotation system Ldalvik/annotation/Signature;
|
|
value = {
|
|
"()TBuilderType;"
|
|
}
|
|
.end annotation
|
|
.end method
|