- 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
33 lines
935 B
Smali
33 lines
935 B
Smali
.class public Lcom/unity3d/services/ads/gmascar/utils/ScarConstants;
|
|
.super Ljava/lang/Object;
|
|
.source "SourceFile"
|
|
|
|
|
|
# static fields
|
|
.field public static final BN_SIGNAL_KEY:Ljava/lang/String; = "bn"
|
|
|
|
.field public static final IDFI_KEY:Ljava/lang/String; = "idfi"
|
|
|
|
.field public static final IN_SIGNAL_KEY:Ljava/lang/String; = "in"
|
|
|
|
.field public static final RV_SIGNAL_KEY:Ljava/lang/String; = "rv"
|
|
|
|
.field public static final SCAR_PRD_BIDDING_ENDPOINT:Ljava/lang/String; = "https://scar.unityads.unity3d.com/v1/capture-scar-signals"
|
|
|
|
.field public static final SCAR_TOKEN_IDENTIFIER_KEY:Ljava/lang/String; = "scarId"
|
|
|
|
.field public static final TOKEN_ID_KEY:Ljava/lang/String; = "tid"
|
|
|
|
.field public static final TOKEN_WITH_SCAR_FORMAT:Ljava/lang/String; = "%s:%s"
|
|
|
|
|
|
# direct methods
|
|
.method public constructor <init>()V
|
|
.locals 0
|
|
|
|
.line 3
|
|
invoke-direct {p0}, Ljava/lang/Object;-><init>()V
|
|
|
|
return-void
|
|
.end method
|