Files
rr3-apk/smali_classes2/com/google/android/gms/common/moduleinstall/ModuleInstallStatusCodes.smali
Daniel Elliott f3960ee359 Add Discord APKTool decompilation (Smali source for modding)
- 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
2026-02-18 16:13:44 -08:00

70 lines
1.5 KiB
Smali

.class public final Lcom/google/android/gms/common/moduleinstall/ModuleInstallStatusCodes;
.super Lcom/google/android/gms/common/api/CommonStatusCodes;
.source "SourceFile"
# static fields
.field public static final INSUFFICIENT_STORAGE:I = 0xb3b3
.field public static final MODULE_NOT_FOUND:I = 0xb3b2
.field public static final NOT_ALLOWED_MODULE:I = 0xb3b1
.field public static final SUCCESS:I = 0x0
.field public static final UNKNOWN_MODULE:I = 0xb3b0
# direct methods
.method private constructor <init>()V
.locals 0
.line 1
invoke-direct {p0}, Lcom/google/android/gms/common/api/CommonStatusCodes;-><init>()V
return-void
.end method
.method public static getStatusCodeString(I)Ljava/lang/String;
.locals 0
.annotation build Landroidx/annotation/NonNull;
.end annotation
packed-switch p0, :pswitch_data_0
.line 1
invoke-static {p0}, Lcom/google/android/gms/common/api/CommonStatusCodes;->getStatusCodeString(I)Ljava/lang/String;
move-result-object p0
return-object p0
:pswitch_0
const-string p0, "INSUFFICIENT_STORAGE"
return-object p0
:pswitch_1
const-string p0, "MODULE_NOT_FOUND"
return-object p0
:pswitch_2
const-string p0, "NOT_ALLOWED_MODULE"
return-object p0
:pswitch_3
const-string p0, "UNKNOWN_MODULE"
return-object p0
:pswitch_data_0
.packed-switch 0xb3b0
:pswitch_3
:pswitch_2
:pswitch_1
:pswitch_0
.end packed-switch
.end method