- 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
98 lines
2.3 KiB
Smali
98 lines
2.3 KiB
Smali
.class public abstract Lcom/google/android/gms/internal/measurement/zzdh;
|
|
.super Lcom/google/android/gms/internal/measurement/zzbx;
|
|
.source "SourceFile"
|
|
|
|
# interfaces
|
|
.implements Lcom/google/android/gms/internal/measurement/zzdi;
|
|
|
|
|
|
# direct methods
|
|
.method public constructor <init>()V
|
|
.locals 1
|
|
|
|
const-string v0, "com.google.android.gms.measurement.api.internal.IEventHandlerProxy"
|
|
|
|
.line 1
|
|
invoke-direct {p0, v0}, Lcom/google/android/gms/internal/measurement/zzbx;-><init>(Ljava/lang/String;)V
|
|
|
|
return-void
|
|
.end method
|
|
|
|
|
|
# virtual methods
|
|
.method public final zza(ILandroid/os/Parcel;Landroid/os/Parcel;I)Z
|
|
.locals 6
|
|
.annotation system Ldalvik/annotation/Throws;
|
|
value = {
|
|
Landroid/os/RemoteException;
|
|
}
|
|
.end annotation
|
|
|
|
const/4 p4, 0x1
|
|
|
|
if-eq p1, p4, :cond_1
|
|
|
|
const/4 p2, 0x2
|
|
|
|
if-eq p1, p2, :cond_0
|
|
|
|
const/4 p1, 0x0
|
|
|
|
return p1
|
|
|
|
.line 13
|
|
:cond_0
|
|
invoke-interface {p0}, Lcom/google/android/gms/internal/measurement/zzdi;->zza()I
|
|
|
|
move-result p1
|
|
|
|
.line 14
|
|
invoke-virtual {p3}, Landroid/os/Parcel;->writeNoException()V
|
|
|
|
.line 15
|
|
invoke-virtual {p3, p1}, Landroid/os/Parcel;->writeInt(I)V
|
|
|
|
goto :goto_0
|
|
|
|
.line 4
|
|
:cond_1
|
|
invoke-virtual {p2}, Landroid/os/Parcel;->readString()Ljava/lang/String;
|
|
|
|
move-result-object v1
|
|
|
|
.line 5
|
|
invoke-virtual {p2}, Landroid/os/Parcel;->readString()Ljava/lang/String;
|
|
|
|
move-result-object v2
|
|
|
|
.line 6
|
|
sget-object p1, Landroid/os/Bundle;->CREATOR:Landroid/os/Parcelable$Creator;
|
|
|
|
invoke-static {p2, p1}, Lcom/google/android/gms/internal/measurement/zzbw;->zza(Landroid/os/Parcel;Landroid/os/Parcelable$Creator;)Landroid/os/Parcelable;
|
|
|
|
move-result-object p1
|
|
|
|
move-object v3, p1
|
|
|
|
check-cast v3, Landroid/os/Bundle;
|
|
|
|
.line 7
|
|
invoke-virtual {p2}, Landroid/os/Parcel;->readLong()J
|
|
|
|
move-result-wide v4
|
|
|
|
.line 9
|
|
invoke-static {p2}, Lcom/google/android/gms/internal/measurement/zzbw;->zzb(Landroid/os/Parcel;)V
|
|
|
|
move-object v0, p0
|
|
|
|
.line 10
|
|
invoke-interface/range {v0 .. v5}, Lcom/google/android/gms/internal/measurement/zzdi;->zza(Ljava/lang/String;Ljava/lang/String;Landroid/os/Bundle;J)V
|
|
|
|
.line 11
|
|
invoke-virtual {p3}, Landroid/os/Parcel;->writeNoException()V
|
|
|
|
:goto_0
|
|
return p4
|
|
.end method
|