- 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
91 lines
2.4 KiB
Smali
91 lines
2.4 KiB
Smali
.class public interface abstract Lcom/helpshift/network/HSResponse$NetworkResponseCodes;
|
|
.super Ljava/lang/Object;
|
|
.source "SourceFile"
|
|
|
|
|
|
# annotations
|
|
.annotation system Ldalvik/annotation/EnclosingClass;
|
|
value = Lcom/helpshift/network/HSResponse;
|
|
.end annotation
|
|
|
|
.annotation system Ldalvik/annotation/InnerClass;
|
|
accessFlags = 0x609
|
|
name = "NetworkResponseCodes"
|
|
.end annotation
|
|
|
|
|
|
# static fields
|
|
.field public static final AUTH_TOKEN_NOT_PROVIDED:Ljava/lang/Integer;
|
|
|
|
.field public static final CONTENT_UNCHANGED:Ljava/lang/Integer;
|
|
|
|
.field public static final INVALID_AUTH_TOKEN:Ljava/lang/Integer;
|
|
|
|
.field public static final OBJECT_NOT_FOUND:Ljava/lang/Integer;
|
|
|
|
.field public static final OK:Ljava/lang/Integer;
|
|
|
|
.field public static final UNAUTHORIZED_ACCESS:Ljava/lang/Integer;
|
|
|
|
|
|
# direct methods
|
|
.method static constructor <clinit>()V
|
|
.locals 1
|
|
|
|
const/16 v0, 0xc8
|
|
|
|
.line 38
|
|
invoke-static {v0}, Ljava/lang/Integer;->valueOf(I)Ljava/lang/Integer;
|
|
|
|
move-result-object v0
|
|
|
|
sput-object v0, Lcom/helpshift/network/HSResponse$NetworkResponseCodes;->OK:Ljava/lang/Integer;
|
|
|
|
const/16 v0, 0x130
|
|
|
|
.line 39
|
|
invoke-static {v0}, Ljava/lang/Integer;->valueOf(I)Ljava/lang/Integer;
|
|
|
|
move-result-object v0
|
|
|
|
sput-object v0, Lcom/helpshift/network/HSResponse$NetworkResponseCodes;->CONTENT_UNCHANGED:Ljava/lang/Integer;
|
|
|
|
const/16 v0, 0x190
|
|
|
|
.line 40
|
|
invoke-static {v0}, Ljava/lang/Integer;->valueOf(I)Ljava/lang/Integer;
|
|
|
|
move-result-object v0
|
|
|
|
sput-object v0, Lcom/helpshift/network/HSResponse$NetworkResponseCodes;->OBJECT_NOT_FOUND:Ljava/lang/Integer;
|
|
|
|
const/16 v0, 0x191
|
|
|
|
.line 41
|
|
invoke-static {v0}, Ljava/lang/Integer;->valueOf(I)Ljava/lang/Integer;
|
|
|
|
move-result-object v0
|
|
|
|
sput-object v0, Lcom/helpshift/network/HSResponse$NetworkResponseCodes;->UNAUTHORIZED_ACCESS:Ljava/lang/Integer;
|
|
|
|
const/16 v0, 0x1b9
|
|
|
|
.line 45
|
|
invoke-static {v0}, Ljava/lang/Integer;->valueOf(I)Ljava/lang/Integer;
|
|
|
|
move-result-object v0
|
|
|
|
sput-object v0, Lcom/helpshift/network/HSResponse$NetworkResponseCodes;->AUTH_TOKEN_NOT_PROVIDED:Ljava/lang/Integer;
|
|
|
|
const/16 v0, 0x1bb
|
|
|
|
.line 46
|
|
invoke-static {v0}, Ljava/lang/Integer;->valueOf(I)Ljava/lang/Integer;
|
|
|
|
move-result-object v0
|
|
|
|
sput-object v0, Lcom/helpshift/network/HSResponse$NetworkResponseCodes;->INVALID_AUTH_TOKEN:Ljava/lang/Integer;
|
|
|
|
return-void
|
|
.end method
|