- 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
135 lines
3.3 KiB
Smali
135 lines
3.3 KiB
Smali
.class public final Lcom/google/android/gms/common/api/zzb;
|
|
.super Ljava/lang/Object;
|
|
.source "SourceFile"
|
|
|
|
# interfaces
|
|
.implements Landroid/os/Parcelable$Creator;
|
|
|
|
|
|
# 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 final bridge synthetic createFromParcel(Landroid/os/Parcel;)Ljava/lang/Object;
|
|
.locals 8
|
|
|
|
.line 1
|
|
invoke-static {p1}, Lcom/google/android/gms/common/internal/safeparcel/SafeParcelReader;->validateObjectHeader(Landroid/os/Parcel;)I
|
|
|
|
move-result v0
|
|
|
|
const/4 v1, 0x0
|
|
|
|
const/4 v2, 0x0
|
|
|
|
move-object v3, v1
|
|
|
|
move v4, v2
|
|
|
|
move-object v2, v3
|
|
|
|
.line 2
|
|
:goto_0
|
|
invoke-virtual {p1}, Landroid/os/Parcel;->dataPosition()I
|
|
|
|
move-result v5
|
|
|
|
if-ge v5, v0, :cond_4
|
|
|
|
.line 3
|
|
invoke-static {p1}, Lcom/google/android/gms/common/internal/safeparcel/SafeParcelReader;->readHeader(Landroid/os/Parcel;)I
|
|
|
|
move-result v5
|
|
|
|
invoke-static {v5}, Lcom/google/android/gms/common/internal/safeparcel/SafeParcelReader;->getFieldId(I)I
|
|
|
|
move-result v6
|
|
|
|
const/4 v7, 0x1
|
|
|
|
if-eq v6, v7, :cond_3
|
|
|
|
const/4 v7, 0x2
|
|
|
|
if-eq v6, v7, :cond_2
|
|
|
|
const/4 v7, 0x3
|
|
|
|
if-eq v6, v7, :cond_1
|
|
|
|
const/4 v7, 0x4
|
|
|
|
if-eq v6, v7, :cond_0
|
|
|
|
.line 8
|
|
invoke-static {p1, v5}, Lcom/google/android/gms/common/internal/safeparcel/SafeParcelReader;->skipUnknownField(Landroid/os/Parcel;I)V
|
|
|
|
goto :goto_0
|
|
|
|
:cond_0
|
|
sget-object v3, Lcom/google/android/gms/common/ConnectionResult;->CREATOR:Landroid/os/Parcelable$Creator;
|
|
|
|
.line 4
|
|
invoke-static {p1, v5, v3}, Lcom/google/android/gms/common/internal/safeparcel/SafeParcelReader;->createParcelable(Landroid/os/Parcel;ILandroid/os/Parcelable$Creator;)Landroid/os/Parcelable;
|
|
|
|
move-result-object v3
|
|
|
|
check-cast v3, Lcom/google/android/gms/common/ConnectionResult;
|
|
|
|
goto :goto_0
|
|
|
|
:cond_1
|
|
sget-object v2, Landroid/app/PendingIntent;->CREATOR:Landroid/os/Parcelable$Creator;
|
|
|
|
.line 5
|
|
invoke-static {p1, v5, v2}, Lcom/google/android/gms/common/internal/safeparcel/SafeParcelReader;->createParcelable(Landroid/os/Parcel;ILandroid/os/Parcelable$Creator;)Landroid/os/Parcelable;
|
|
|
|
move-result-object v2
|
|
|
|
check-cast v2, Landroid/app/PendingIntent;
|
|
|
|
goto :goto_0
|
|
|
|
.line 6
|
|
:cond_2
|
|
invoke-static {p1, v5}, Lcom/google/android/gms/common/internal/safeparcel/SafeParcelReader;->createString(Landroid/os/Parcel;I)Ljava/lang/String;
|
|
|
|
move-result-object v1
|
|
|
|
goto :goto_0
|
|
|
|
.line 7
|
|
:cond_3
|
|
invoke-static {p1, v5}, Lcom/google/android/gms/common/internal/safeparcel/SafeParcelReader;->readInt(Landroid/os/Parcel;I)I
|
|
|
|
move-result v4
|
|
|
|
goto :goto_0
|
|
|
|
.line 9
|
|
:cond_4
|
|
invoke-static {p1, v0}, Lcom/google/android/gms/common/internal/safeparcel/SafeParcelReader;->ensureAtEnd(Landroid/os/Parcel;I)V
|
|
|
|
new-instance p1, Lcom/google/android/gms/common/api/Status;
|
|
|
|
invoke-direct {p1, v4, v1, v2, v3}, Lcom/google/android/gms/common/api/Status;-><init>(ILjava/lang/String;Landroid/app/PendingIntent;Lcom/google/android/gms/common/ConnectionResult;)V
|
|
|
|
return-object p1
|
|
.end method
|
|
|
|
.method public final synthetic newArray(I)[Ljava/lang/Object;
|
|
.locals 0
|
|
|
|
.line 1
|
|
new-array p1, p1, [Lcom/google/android/gms/common/api/Status;
|
|
|
|
return-object p1
|
|
.end method
|