- 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
182 lines
4.8 KiB
Smali
182 lines
4.8 KiB
Smali
.class public Landroidx/core/app/Person$Builder;
|
|
.super Ljava/lang/Object;
|
|
.source "SourceFile"
|
|
|
|
|
|
# annotations
|
|
.annotation system Ldalvik/annotation/EnclosingClass;
|
|
value = Landroidx/core/app/Person;
|
|
.end annotation
|
|
|
|
.annotation system Ldalvik/annotation/InnerClass;
|
|
accessFlags = 0x9
|
|
name = "Builder"
|
|
.end annotation
|
|
|
|
|
|
# instance fields
|
|
.field mIcon:Landroidx/core/graphics/drawable/IconCompat;
|
|
.annotation build Landroidx/annotation/Nullable;
|
|
.end annotation
|
|
.end field
|
|
|
|
.field mIsBot:Z
|
|
|
|
.field mIsImportant:Z
|
|
|
|
.field mKey:Ljava/lang/String;
|
|
.annotation build Landroidx/annotation/Nullable;
|
|
.end annotation
|
|
.end field
|
|
|
|
.field mName:Ljava/lang/CharSequence;
|
|
.annotation build Landroidx/annotation/Nullable;
|
|
.end annotation
|
|
.end field
|
|
|
|
.field mUri:Ljava/lang/String;
|
|
.annotation build Landroidx/annotation/Nullable;
|
|
.end annotation
|
|
.end field
|
|
|
|
|
|
# direct methods
|
|
.method public constructor <init>()V
|
|
.locals 0
|
|
|
|
.line 280
|
|
invoke-direct {p0}, Ljava/lang/Object;-><init>()V
|
|
|
|
return-void
|
|
.end method
|
|
|
|
.method public constructor <init>(Landroidx/core/app/Person;)V
|
|
.locals 1
|
|
|
|
.line 282
|
|
invoke-direct {p0}, Ljava/lang/Object;-><init>()V
|
|
|
|
.line 283
|
|
iget-object v0, p1, Landroidx/core/app/Person;->mName:Ljava/lang/CharSequence;
|
|
|
|
iput-object v0, p0, Landroidx/core/app/Person$Builder;->mName:Ljava/lang/CharSequence;
|
|
|
|
.line 284
|
|
iget-object v0, p1, Landroidx/core/app/Person;->mIcon:Landroidx/core/graphics/drawable/IconCompat;
|
|
|
|
iput-object v0, p0, Landroidx/core/app/Person$Builder;->mIcon:Landroidx/core/graphics/drawable/IconCompat;
|
|
|
|
.line 285
|
|
iget-object v0, p1, Landroidx/core/app/Person;->mUri:Ljava/lang/String;
|
|
|
|
iput-object v0, p0, Landroidx/core/app/Person$Builder;->mUri:Ljava/lang/String;
|
|
|
|
.line 286
|
|
iget-object v0, p1, Landroidx/core/app/Person;->mKey:Ljava/lang/String;
|
|
|
|
iput-object v0, p0, Landroidx/core/app/Person$Builder;->mKey:Ljava/lang/String;
|
|
|
|
.line 287
|
|
iget-boolean v0, p1, Landroidx/core/app/Person;->mIsBot:Z
|
|
|
|
iput-boolean v0, p0, Landroidx/core/app/Person$Builder;->mIsBot:Z
|
|
|
|
.line 288
|
|
iget-boolean p1, p1, Landroidx/core/app/Person;->mIsImportant:Z
|
|
|
|
iput-boolean p1, p0, Landroidx/core/app/Person$Builder;->mIsImportant:Z
|
|
|
|
return-void
|
|
.end method
|
|
|
|
|
|
# virtual methods
|
|
.method public build()Landroidx/core/app/Person;
|
|
.locals 1
|
|
.annotation build Landroidx/annotation/NonNull;
|
|
.end annotation
|
|
|
|
.line 367
|
|
new-instance v0, Landroidx/core/app/Person;
|
|
|
|
invoke-direct {v0, p0}, Landroidx/core/app/Person;-><init>(Landroidx/core/app/Person$Builder;)V
|
|
|
|
return-object v0
|
|
.end method
|
|
|
|
.method public setBot(Z)Landroidx/core/app/Person$Builder;
|
|
.locals 0
|
|
.annotation build Landroidx/annotation/NonNull;
|
|
.end annotation
|
|
|
|
iput-boolean p1, p0, Landroidx/core/app/Person$Builder;->mIsBot:Z
|
|
|
|
return-object p0
|
|
.end method
|
|
|
|
.method public setIcon(Landroidx/core/graphics/drawable/IconCompat;)Landroidx/core/app/Person$Builder;
|
|
.locals 0
|
|
.param p1 # Landroidx/core/graphics/drawable/IconCompat;
|
|
.annotation build Landroidx/annotation/Nullable;
|
|
.end annotation
|
|
.end param
|
|
.annotation build Landroidx/annotation/NonNull;
|
|
.end annotation
|
|
|
|
iput-object p1, p0, Landroidx/core/app/Person$Builder;->mIcon:Landroidx/core/graphics/drawable/IconCompat;
|
|
|
|
return-object p0
|
|
.end method
|
|
|
|
.method public setImportant(Z)Landroidx/core/app/Person$Builder;
|
|
.locals 0
|
|
.annotation build Landroidx/annotation/NonNull;
|
|
.end annotation
|
|
|
|
iput-boolean p1, p0, Landroidx/core/app/Person$Builder;->mIsImportant:Z
|
|
|
|
return-object p0
|
|
.end method
|
|
|
|
.method public setKey(Ljava/lang/String;)Landroidx/core/app/Person$Builder;
|
|
.locals 0
|
|
.param p1 # Ljava/lang/String;
|
|
.annotation build Landroidx/annotation/Nullable;
|
|
.end annotation
|
|
.end param
|
|
.annotation build Landroidx/annotation/NonNull;
|
|
.end annotation
|
|
|
|
iput-object p1, p0, Landroidx/core/app/Person$Builder;->mKey:Ljava/lang/String;
|
|
|
|
return-object p0
|
|
.end method
|
|
|
|
.method public setName(Ljava/lang/CharSequence;)Landroidx/core/app/Person$Builder;
|
|
.locals 0
|
|
.param p1 # Ljava/lang/CharSequence;
|
|
.annotation build Landroidx/annotation/Nullable;
|
|
.end annotation
|
|
.end param
|
|
.annotation build Landroidx/annotation/NonNull;
|
|
.end annotation
|
|
|
|
iput-object p1, p0, Landroidx/core/app/Person$Builder;->mName:Ljava/lang/CharSequence;
|
|
|
|
return-object p0
|
|
.end method
|
|
|
|
.method public setUri(Ljava/lang/String;)Landroidx/core/app/Person$Builder;
|
|
.locals 0
|
|
.param p1 # Ljava/lang/String;
|
|
.annotation build Landroidx/annotation/Nullable;
|
|
.end annotation
|
|
.end param
|
|
.annotation build Landroidx/annotation/NonNull;
|
|
.end annotation
|
|
|
|
iput-object p1, p0, Landroidx/core/app/Person$Builder;->mUri:Ljava/lang/String;
|
|
|
|
return-object p0
|
|
.end method
|