- 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
149 lines
2.7 KiB
Smali
149 lines
2.7 KiB
Smali
.class Landroidx/profileinstaller/ProfileInstaller$2;
|
|
.super Ljava/lang/Object;
|
|
.source "SourceFile"
|
|
|
|
# interfaces
|
|
.implements Landroidx/profileinstaller/ProfileInstaller$DiagnosticsCallback;
|
|
|
|
|
|
# annotations
|
|
.annotation system Ldalvik/annotation/EnclosingClass;
|
|
value = Landroidx/profileinstaller/ProfileInstaller;
|
|
.end annotation
|
|
|
|
.annotation system Ldalvik/annotation/InnerClass;
|
|
accessFlags = 0x1
|
|
name = null
|
|
.end annotation
|
|
|
|
|
|
# static fields
|
|
.field static final TAG:Ljava/lang/String; = "ProfileInstaller"
|
|
|
|
|
|
# direct methods
|
|
.method public constructor <init>()V
|
|
.locals 0
|
|
|
|
.line 122
|
|
invoke-direct {p0}, Ljava/lang/Object;-><init>()V
|
|
|
|
return-void
|
|
.end method
|
|
|
|
|
|
# virtual methods
|
|
.method public onDiagnosticReceived(ILjava/lang/Object;)V
|
|
.locals 0
|
|
.param p2 # Ljava/lang/Object;
|
|
.annotation build Landroidx/annotation/Nullable;
|
|
.end annotation
|
|
.end param
|
|
|
|
return-void
|
|
.end method
|
|
|
|
.method public onResultReceived(ILjava/lang/Object;)V
|
|
.locals 2
|
|
.param p2 # Ljava/lang/Object;
|
|
.annotation build Landroidx/annotation/Nullable;
|
|
.end annotation
|
|
.end param
|
|
|
|
packed-switch p1, :pswitch_data_0
|
|
|
|
:pswitch_0
|
|
const-string v0, ""
|
|
|
|
goto :goto_0
|
|
|
|
:pswitch_1
|
|
const-string v0, "RESULT_DELETE_SKIP_FILE_SUCCESS"
|
|
|
|
goto :goto_0
|
|
|
|
:pswitch_2
|
|
const-string v0, "RESULT_INSTALL_SKIP_FILE_SUCCESS"
|
|
|
|
goto :goto_0
|
|
|
|
:pswitch_3
|
|
const-string v0, "RESULT_PARSE_EXCEPTION"
|
|
|
|
goto :goto_0
|
|
|
|
:pswitch_4
|
|
const-string v0, "RESULT_IO_EXCEPTION"
|
|
|
|
goto :goto_0
|
|
|
|
:pswitch_5
|
|
const-string v0, "RESULT_BASELINE_PROFILE_NOT_FOUND"
|
|
|
|
goto :goto_0
|
|
|
|
:pswitch_6
|
|
const-string v0, "RESULT_DESIRED_FORMAT_UNSUPPORTED"
|
|
|
|
goto :goto_0
|
|
|
|
:pswitch_7
|
|
const-string v0, "RESULT_NOT_WRITABLE"
|
|
|
|
goto :goto_0
|
|
|
|
:pswitch_8
|
|
const-string v0, "RESULT_UNSUPPORTED_ART_VERSION"
|
|
|
|
goto :goto_0
|
|
|
|
:pswitch_9
|
|
const-string v0, "RESULT_ALREADY_INSTALLED"
|
|
|
|
goto :goto_0
|
|
|
|
:pswitch_a
|
|
const-string v0, "RESULT_INSTALL_SUCCESS"
|
|
|
|
:goto_0
|
|
const/4 v1, 0x6
|
|
|
|
if-eq p1, v1, :cond_0
|
|
|
|
const/4 v1, 0x7
|
|
|
|
if-eq p1, v1, :cond_0
|
|
|
|
const/16 v1, 0x8
|
|
|
|
if-eq p1, v1, :cond_0
|
|
|
|
goto :goto_1
|
|
|
|
:cond_0
|
|
const-string p1, "ProfileInstaller"
|
|
|
|
.line 177
|
|
check-cast p2, Ljava/lang/Throwable;
|
|
|
|
invoke-static {p1, v0, p2}, Landroid/util/Log;->e(Ljava/lang/String;Ljava/lang/String;Ljava/lang/Throwable;)I
|
|
|
|
:goto_1
|
|
return-void
|
|
|
|
:pswitch_data_0
|
|
.packed-switch 0x1
|
|
:pswitch_a
|
|
:pswitch_9
|
|
:pswitch_8
|
|
:pswitch_7
|
|
:pswitch_6
|
|
:pswitch_5
|
|
:pswitch_4
|
|
:pswitch_3
|
|
:pswitch_0
|
|
:pswitch_2
|
|
:pswitch_1
|
|
.end packed-switch
|
|
.end method
|