- 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
176 lines
4.1 KiB
Smali
176 lines
4.1 KiB
Smali
.class public Landroid/support/customtabs/ICustomTabsService$_Parcel;
|
|
.super Ljava/lang/Object;
|
|
.source "SourceFile"
|
|
|
|
|
|
# annotations
|
|
.annotation system Ldalvik/annotation/EnclosingClass;
|
|
value = Landroid/support/customtabs/ICustomTabsService;
|
|
.end annotation
|
|
|
|
.annotation system Ldalvik/annotation/InnerClass;
|
|
accessFlags = 0x9
|
|
name = "_Parcel"
|
|
.end annotation
|
|
|
|
|
|
# direct methods
|
|
.method public constructor <init>()V
|
|
.locals 0
|
|
|
|
.line 572
|
|
invoke-direct {p0}, Ljava/lang/Object;-><init>()V
|
|
|
|
return-void
|
|
.end method
|
|
|
|
.method public static synthetic access$000(Landroid/os/Parcel;Landroid/os/Parcelable$Creator;)Ljava/lang/Object;
|
|
.locals 0
|
|
|
|
.line 572
|
|
invoke-static {p0, p1}, Landroid/support/customtabs/ICustomTabsService$_Parcel;->readTypedObject(Landroid/os/Parcel;Landroid/os/Parcelable$Creator;)Ljava/lang/Object;
|
|
|
|
move-result-object p0
|
|
|
|
return-object p0
|
|
.end method
|
|
|
|
.method public static synthetic access$100(Landroid/os/Parcel;Landroid/os/Parcelable;I)V
|
|
.locals 0
|
|
|
|
.line 572
|
|
invoke-static {p0, p1, p2}, Landroid/support/customtabs/ICustomTabsService$_Parcel;->writeTypedObject(Landroid/os/Parcel;Landroid/os/Parcelable;I)V
|
|
|
|
return-void
|
|
.end method
|
|
|
|
.method public static synthetic access$200(Landroid/os/Parcel;Ljava/util/List;I)V
|
|
.locals 0
|
|
|
|
.line 572
|
|
invoke-static {p0, p1, p2}, Landroid/support/customtabs/ICustomTabsService$_Parcel;->writeTypedList(Landroid/os/Parcel;Ljava/util/List;I)V
|
|
|
|
return-void
|
|
.end method
|
|
|
|
.method private static readTypedObject(Landroid/os/Parcel;Landroid/os/Parcelable$Creator;)Ljava/lang/Object;
|
|
.locals 1
|
|
.annotation system Ldalvik/annotation/Signature;
|
|
value = {
|
|
"<T:",
|
|
"Ljava/lang/Object;",
|
|
">(",
|
|
"Landroid/os/Parcel;",
|
|
"Landroid/os/Parcelable$Creator<",
|
|
"TT;>;)TT;"
|
|
}
|
|
.end annotation
|
|
|
|
.line 576
|
|
invoke-virtual {p0}, Landroid/os/Parcel;->readInt()I
|
|
|
|
move-result v0
|
|
|
|
if-eqz v0, :cond_0
|
|
|
|
.line 577
|
|
invoke-interface {p1, p0}, Landroid/os/Parcelable$Creator;->createFromParcel(Landroid/os/Parcel;)Ljava/lang/Object;
|
|
|
|
move-result-object p0
|
|
|
|
return-object p0
|
|
|
|
:cond_0
|
|
const/4 p0, 0x0
|
|
|
|
return-object p0
|
|
.end method
|
|
|
|
.method private static writeTypedList(Landroid/os/Parcel;Ljava/util/List;I)V
|
|
.locals 3
|
|
.annotation system Ldalvik/annotation/Signature;
|
|
value = {
|
|
"<T::",
|
|
"Landroid/os/Parcelable;",
|
|
">(",
|
|
"Landroid/os/Parcel;",
|
|
"Ljava/util/List<",
|
|
"TT;>;I)V"
|
|
}
|
|
.end annotation
|
|
|
|
if-nez p1, :cond_0
|
|
|
|
const/4 p1, -0x1
|
|
|
|
.line 594
|
|
invoke-virtual {p0, p1}, Landroid/os/Parcel;->writeInt(I)V
|
|
|
|
goto :goto_1
|
|
|
|
.line 596
|
|
:cond_0
|
|
invoke-interface {p1}, Ljava/util/List;->size()I
|
|
|
|
move-result v0
|
|
|
|
.line 598
|
|
invoke-virtual {p0, v0}, Landroid/os/Parcel;->writeInt(I)V
|
|
|
|
const/4 v1, 0x0
|
|
|
|
:goto_0
|
|
if-ge v1, v0, :cond_1
|
|
|
|
.line 600
|
|
invoke-interface {p1, v1}, Ljava/util/List;->get(I)Ljava/lang/Object;
|
|
|
|
move-result-object v2
|
|
|
|
check-cast v2, Landroid/os/Parcelable;
|
|
|
|
invoke-static {p0, v2, p2}, Landroid/support/customtabs/ICustomTabsService$_Parcel;->writeTypedObject(Landroid/os/Parcel;Landroid/os/Parcelable;I)V
|
|
|
|
add-int/lit8 v1, v1, 0x1
|
|
|
|
goto :goto_0
|
|
|
|
:cond_1
|
|
:goto_1
|
|
return-void
|
|
.end method
|
|
|
|
.method private static writeTypedObject(Landroid/os/Parcel;Landroid/os/Parcelable;I)V
|
|
.locals 1
|
|
.annotation system Ldalvik/annotation/Signature;
|
|
value = {
|
|
"<T::",
|
|
"Landroid/os/Parcelable;",
|
|
">(",
|
|
"Landroid/os/Parcel;",
|
|
"TT;I)V"
|
|
}
|
|
.end annotation
|
|
|
|
if-eqz p1, :cond_0
|
|
|
|
const/4 v0, 0x1
|
|
|
|
.line 585
|
|
invoke-virtual {p0, v0}, Landroid/os/Parcel;->writeInt(I)V
|
|
|
|
.line 586
|
|
invoke-interface {p1, p0, p2}, Landroid/os/Parcelable;->writeToParcel(Landroid/os/Parcel;I)V
|
|
|
|
goto :goto_0
|
|
|
|
:cond_0
|
|
const/4 p1, 0x0
|
|
|
|
.line 588
|
|
invoke-virtual {p0, p1}, Landroid/os/Parcel;->writeInt(I)V
|
|
|
|
:goto_0
|
|
return-void
|
|
.end method
|