- 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
37 lines
1.2 KiB
Smali
37 lines
1.2 KiB
Smali
.class public Lcsdk/glucustomersupport/Consts;
|
|
.super Ljava/lang/Object;
|
|
.source "SourceFile"
|
|
|
|
|
|
# static fields
|
|
.field public static final LOGIN_INFO_EMAIL:Ljava/lang/String; = "GCC_LOGIN_INFO_EMAIL"
|
|
|
|
.field public static final LOGIN_INFO_JWT_TOKEN:Ljava/lang/String; = "GCC_LOGIN_INFO_JWT_TOKEN"
|
|
|
|
.field public static final LOGIN_INFO_NAME:Ljava/lang/String; = "GCC_LOGIN_INFO_NAME"
|
|
|
|
.field public static final LOGIN_INFO_USERID:Ljava/lang/String; = "GCC_LOGIN_INFO_USERID"
|
|
|
|
.field public static final SDK_GLU_CUSTOMERSUPPORT:Ljava/lang/String; = "gluCustomerSupport"
|
|
|
|
.field public static final SHOW_OPTION_FAQ_ID:Ljava/lang/String; = "GCC_SHOW_OPTION_FAQ_ID"
|
|
|
|
.field public static final SHOW_OPTION_FAQ_SECTION:Ljava/lang/String; = "GCC_SHOW_OPTION_FAQ_SECTION"
|
|
|
|
.field public static final SHOW_TYPE_CHAT:Ljava/lang/String; = "GCC_SHOW_TYPE_CHAT"
|
|
|
|
.field public static final SHOW_TYPE_DEFAULT:Ljava/lang/String; = "GCC_SHOW_TYPE_DEFAULT"
|
|
|
|
.field public static final SHOW_TYPE_FAQ:Ljava/lang/String; = "GCC_SHOW_TYPE_FAQ"
|
|
|
|
|
|
# direct methods
|
|
.method public constructor <init>()V
|
|
.locals 0
|
|
|
|
.line 3
|
|
invoke-direct {p0}, Ljava/lang/Object;-><init>()V
|
|
|
|
return-void
|
|
.end method
|