- 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
1068 lines
32 KiB
Smali
1068 lines
32 KiB
Smali
.class public final enum Lcom/facebook/internal/FeatureManager$Feature;
|
|
.super Ljava/lang/Enum;
|
|
.source "SourceFile"
|
|
|
|
|
|
# annotations
|
|
.annotation system Ldalvik/annotation/EnclosingClass;
|
|
value = Lcom/facebook/internal/FeatureManager;
|
|
.end annotation
|
|
|
|
.annotation system Ldalvik/annotation/InnerClass;
|
|
accessFlags = 0x4019
|
|
name = "Feature"
|
|
.end annotation
|
|
|
|
.annotation system Ldalvik/annotation/MemberClasses;
|
|
value = {
|
|
Lcom/facebook/internal/FeatureManager$Feature$Companion;,
|
|
Lcom/facebook/internal/FeatureManager$Feature$WhenMappings;
|
|
}
|
|
.end annotation
|
|
|
|
.annotation system Ldalvik/annotation/Signature;
|
|
value = {
|
|
"Ljava/lang/Enum<",
|
|
"Lcom/facebook/internal/FeatureManager$Feature;",
|
|
">;"
|
|
}
|
|
.end annotation
|
|
|
|
|
|
# static fields
|
|
.field private static final synthetic $VALUES:[Lcom/facebook/internal/FeatureManager$Feature;
|
|
|
|
.field public static final enum AAM:Lcom/facebook/internal/FeatureManager$Feature;
|
|
|
|
.field public static final enum AnrReport:Lcom/facebook/internal/FeatureManager$Feature;
|
|
|
|
.field public static final enum AppEvents:Lcom/facebook/internal/FeatureManager$Feature;
|
|
|
|
.field public static final enum BlocklistEvents:Lcom/facebook/internal/FeatureManager$Feature;
|
|
|
|
.field public static final enum BypassAppSwitch:Lcom/facebook/internal/FeatureManager$Feature;
|
|
|
|
.field public static final enum ChromeCustomTabsPrefetching:Lcom/facebook/internal/FeatureManager$Feature;
|
|
|
|
.field public static final enum CloudBridge:Lcom/facebook/internal/FeatureManager$Feature;
|
|
|
|
.field public static final enum CodelessEvents:Lcom/facebook/internal/FeatureManager$Feature;
|
|
|
|
.field public static final Companion:Lcom/facebook/internal/FeatureManager$Feature$Companion;
|
|
|
|
.field public static final enum Core:Lcom/facebook/internal/FeatureManager$Feature;
|
|
|
|
.field public static final enum CrashReport:Lcom/facebook/internal/FeatureManager$Feature;
|
|
|
|
.field public static final enum CrashShield:Lcom/facebook/internal/FeatureManager$Feature;
|
|
|
|
.field public static final enum Elora:Lcom/facebook/internal/FeatureManager$Feature;
|
|
|
|
.field public static final enum ErrorReport:Lcom/facebook/internal/FeatureManager$Feature;
|
|
|
|
.field public static final enum EventDeactivation:Lcom/facebook/internal/FeatureManager$Feature;
|
|
|
|
.field public static final enum FilterRedactedEvents:Lcom/facebook/internal/FeatureManager$Feature;
|
|
|
|
.field public static final enum FilterSensitiveParams:Lcom/facebook/internal/FeatureManager$Feature;
|
|
|
|
.field public static final enum IapLogging:Lcom/facebook/internal/FeatureManager$Feature;
|
|
|
|
.field public static final enum IapLoggingLib2:Lcom/facebook/internal/FeatureManager$Feature;
|
|
|
|
.field public static final enum IgnoreAppSwitchToLoggedOut:Lcom/facebook/internal/FeatureManager$Feature;
|
|
|
|
.field public static final enum Instrument:Lcom/facebook/internal/FeatureManager$Feature;
|
|
|
|
.field public static final enum IntelligentIntegrity:Lcom/facebook/internal/FeatureManager$Feature;
|
|
|
|
.field public static final enum Login:Lcom/facebook/internal/FeatureManager$Feature;
|
|
|
|
.field public static final enum MACARuleMatching:Lcom/facebook/internal/FeatureManager$Feature;
|
|
|
|
.field public static final enum Megatron:Lcom/facebook/internal/FeatureManager$Feature;
|
|
|
|
.field public static final enum ModelRequest:Lcom/facebook/internal/FeatureManager$Feature;
|
|
|
|
.field public static final enum Monitoring:Lcom/facebook/internal/FeatureManager$Feature;
|
|
|
|
.field public static final enum OnDeviceEventProcessing:Lcom/facebook/internal/FeatureManager$Feature;
|
|
|
|
.field public static final enum OnDevicePostInstallEventProcessing:Lcom/facebook/internal/FeatureManager$Feature;
|
|
|
|
.field public static final enum PrivacyProtection:Lcom/facebook/internal/FeatureManager$Feature;
|
|
|
|
.field public static final enum ProtectedMode:Lcom/facebook/internal/FeatureManager$Feature;
|
|
|
|
.field public static final enum RestrictiveDataFiltering:Lcom/facebook/internal/FeatureManager$Feature;
|
|
|
|
.field public static final enum ServiceUpdateCompliance:Lcom/facebook/internal/FeatureManager$Feature;
|
|
|
|
.field public static final enum Share:Lcom/facebook/internal/FeatureManager$Feature;
|
|
|
|
.field public static final enum SuggestedEvents:Lcom/facebook/internal/FeatureManager$Feature;
|
|
|
|
.field public static final enum ThreadCheck:Lcom/facebook/internal/FeatureManager$Feature;
|
|
|
|
.field public static final enum Unknown:Lcom/facebook/internal/FeatureManager$Feature;
|
|
|
|
|
|
# instance fields
|
|
.field private final code:I
|
|
|
|
|
|
# direct methods
|
|
.method private static final synthetic $values()[Lcom/facebook/internal/FeatureManager$Feature;
|
|
.locals 36
|
|
|
|
sget-object v0, Lcom/facebook/internal/FeatureManager$Feature;->Unknown:Lcom/facebook/internal/FeatureManager$Feature;
|
|
|
|
sget-object v1, Lcom/facebook/internal/FeatureManager$Feature;->Core:Lcom/facebook/internal/FeatureManager$Feature;
|
|
|
|
sget-object v2, Lcom/facebook/internal/FeatureManager$Feature;->AppEvents:Lcom/facebook/internal/FeatureManager$Feature;
|
|
|
|
sget-object v3, Lcom/facebook/internal/FeatureManager$Feature;->CodelessEvents:Lcom/facebook/internal/FeatureManager$Feature;
|
|
|
|
sget-object v4, Lcom/facebook/internal/FeatureManager$Feature;->CloudBridge:Lcom/facebook/internal/FeatureManager$Feature;
|
|
|
|
sget-object v5, Lcom/facebook/internal/FeatureManager$Feature;->RestrictiveDataFiltering:Lcom/facebook/internal/FeatureManager$Feature;
|
|
|
|
sget-object v6, Lcom/facebook/internal/FeatureManager$Feature;->AAM:Lcom/facebook/internal/FeatureManager$Feature;
|
|
|
|
sget-object v7, Lcom/facebook/internal/FeatureManager$Feature;->PrivacyProtection:Lcom/facebook/internal/FeatureManager$Feature;
|
|
|
|
sget-object v8, Lcom/facebook/internal/FeatureManager$Feature;->SuggestedEvents:Lcom/facebook/internal/FeatureManager$Feature;
|
|
|
|
sget-object v9, Lcom/facebook/internal/FeatureManager$Feature;->IntelligentIntegrity:Lcom/facebook/internal/FeatureManager$Feature;
|
|
|
|
sget-object v10, Lcom/facebook/internal/FeatureManager$Feature;->ModelRequest:Lcom/facebook/internal/FeatureManager$Feature;
|
|
|
|
sget-object v11, Lcom/facebook/internal/FeatureManager$Feature;->ProtectedMode:Lcom/facebook/internal/FeatureManager$Feature;
|
|
|
|
sget-object v12, Lcom/facebook/internal/FeatureManager$Feature;->MACARuleMatching:Lcom/facebook/internal/FeatureManager$Feature;
|
|
|
|
sget-object v13, Lcom/facebook/internal/FeatureManager$Feature;->BlocklistEvents:Lcom/facebook/internal/FeatureManager$Feature;
|
|
|
|
sget-object v14, Lcom/facebook/internal/FeatureManager$Feature;->FilterRedactedEvents:Lcom/facebook/internal/FeatureManager$Feature;
|
|
|
|
sget-object v15, Lcom/facebook/internal/FeatureManager$Feature;->FilterSensitiveParams:Lcom/facebook/internal/FeatureManager$Feature;
|
|
|
|
sget-object v16, Lcom/facebook/internal/FeatureManager$Feature;->EventDeactivation:Lcom/facebook/internal/FeatureManager$Feature;
|
|
|
|
sget-object v17, Lcom/facebook/internal/FeatureManager$Feature;->OnDeviceEventProcessing:Lcom/facebook/internal/FeatureManager$Feature;
|
|
|
|
sget-object v18, Lcom/facebook/internal/FeatureManager$Feature;->OnDevicePostInstallEventProcessing:Lcom/facebook/internal/FeatureManager$Feature;
|
|
|
|
sget-object v19, Lcom/facebook/internal/FeatureManager$Feature;->IapLogging:Lcom/facebook/internal/FeatureManager$Feature;
|
|
|
|
sget-object v20, Lcom/facebook/internal/FeatureManager$Feature;->IapLoggingLib2:Lcom/facebook/internal/FeatureManager$Feature;
|
|
|
|
sget-object v21, Lcom/facebook/internal/FeatureManager$Feature;->Instrument:Lcom/facebook/internal/FeatureManager$Feature;
|
|
|
|
sget-object v22, Lcom/facebook/internal/FeatureManager$Feature;->CrashReport:Lcom/facebook/internal/FeatureManager$Feature;
|
|
|
|
sget-object v23, Lcom/facebook/internal/FeatureManager$Feature;->CrashShield:Lcom/facebook/internal/FeatureManager$Feature;
|
|
|
|
sget-object v24, Lcom/facebook/internal/FeatureManager$Feature;->ThreadCheck:Lcom/facebook/internal/FeatureManager$Feature;
|
|
|
|
sget-object v25, Lcom/facebook/internal/FeatureManager$Feature;->ErrorReport:Lcom/facebook/internal/FeatureManager$Feature;
|
|
|
|
sget-object v26, Lcom/facebook/internal/FeatureManager$Feature;->AnrReport:Lcom/facebook/internal/FeatureManager$Feature;
|
|
|
|
sget-object v27, Lcom/facebook/internal/FeatureManager$Feature;->Monitoring:Lcom/facebook/internal/FeatureManager$Feature;
|
|
|
|
sget-object v28, Lcom/facebook/internal/FeatureManager$Feature;->ServiceUpdateCompliance:Lcom/facebook/internal/FeatureManager$Feature;
|
|
|
|
sget-object v29, Lcom/facebook/internal/FeatureManager$Feature;->Megatron:Lcom/facebook/internal/FeatureManager$Feature;
|
|
|
|
sget-object v30, Lcom/facebook/internal/FeatureManager$Feature;->Elora:Lcom/facebook/internal/FeatureManager$Feature;
|
|
|
|
sget-object v31, Lcom/facebook/internal/FeatureManager$Feature;->Login:Lcom/facebook/internal/FeatureManager$Feature;
|
|
|
|
sget-object v32, Lcom/facebook/internal/FeatureManager$Feature;->ChromeCustomTabsPrefetching:Lcom/facebook/internal/FeatureManager$Feature;
|
|
|
|
sget-object v33, Lcom/facebook/internal/FeatureManager$Feature;->IgnoreAppSwitchToLoggedOut:Lcom/facebook/internal/FeatureManager$Feature;
|
|
|
|
sget-object v34, Lcom/facebook/internal/FeatureManager$Feature;->BypassAppSwitch:Lcom/facebook/internal/FeatureManager$Feature;
|
|
|
|
sget-object v35, Lcom/facebook/internal/FeatureManager$Feature;->Share:Lcom/facebook/internal/FeatureManager$Feature;
|
|
|
|
filled-new-array/range {v0 .. v35}, [Lcom/facebook/internal/FeatureManager$Feature;
|
|
|
|
move-result-object v0
|
|
|
|
return-object v0
|
|
.end method
|
|
|
|
.method static constructor <clinit>()V
|
|
.locals 4
|
|
|
|
.line 154
|
|
new-instance v0, Lcom/facebook/internal/FeatureManager$Feature;
|
|
|
|
const/4 v1, -0x1
|
|
|
|
const-string v2, "Unknown"
|
|
|
|
const/4 v3, 0x0
|
|
|
|
invoke-direct {v0, v2, v3, v1}, Lcom/facebook/internal/FeatureManager$Feature;-><init>(Ljava/lang/String;II)V
|
|
|
|
sput-object v0, Lcom/facebook/internal/FeatureManager$Feature;->Unknown:Lcom/facebook/internal/FeatureManager$Feature;
|
|
|
|
.line 158
|
|
new-instance v0, Lcom/facebook/internal/FeatureManager$Feature;
|
|
|
|
const-string v1, "Core"
|
|
|
|
const/4 v2, 0x1
|
|
|
|
invoke-direct {v0, v1, v2, v3}, Lcom/facebook/internal/FeatureManager$Feature;-><init>(Ljava/lang/String;II)V
|
|
|
|
sput-object v0, Lcom/facebook/internal/FeatureManager$Feature;->Core:Lcom/facebook/internal/FeatureManager$Feature;
|
|
|
|
.line 159
|
|
new-instance v0, Lcom/facebook/internal/FeatureManager$Feature;
|
|
|
|
const/4 v1, 0x2
|
|
|
|
const/high16 v2, 0x10000
|
|
|
|
const-string v3, "AppEvents"
|
|
|
|
invoke-direct {v0, v3, v1, v2}, Lcom/facebook/internal/FeatureManager$Feature;-><init>(Ljava/lang/String;II)V
|
|
|
|
sput-object v0, Lcom/facebook/internal/FeatureManager$Feature;->AppEvents:Lcom/facebook/internal/FeatureManager$Feature;
|
|
|
|
.line 160
|
|
new-instance v0, Lcom/facebook/internal/FeatureManager$Feature;
|
|
|
|
const/4 v1, 0x3
|
|
|
|
const v2, 0x10100
|
|
|
|
const-string v3, "CodelessEvents"
|
|
|
|
invoke-direct {v0, v3, v1, v2}, Lcom/facebook/internal/FeatureManager$Feature;-><init>(Ljava/lang/String;II)V
|
|
|
|
sput-object v0, Lcom/facebook/internal/FeatureManager$Feature;->CodelessEvents:Lcom/facebook/internal/FeatureManager$Feature;
|
|
|
|
.line 161
|
|
new-instance v0, Lcom/facebook/internal/FeatureManager$Feature;
|
|
|
|
const/4 v1, 0x4
|
|
|
|
const v2, 0x10800
|
|
|
|
const-string v3, "CloudBridge"
|
|
|
|
invoke-direct {v0, v3, v1, v2}, Lcom/facebook/internal/FeatureManager$Feature;-><init>(Ljava/lang/String;II)V
|
|
|
|
sput-object v0, Lcom/facebook/internal/FeatureManager$Feature;->CloudBridge:Lcom/facebook/internal/FeatureManager$Feature;
|
|
|
|
.line 162
|
|
new-instance v0, Lcom/facebook/internal/FeatureManager$Feature;
|
|
|
|
const/4 v1, 0x5
|
|
|
|
const v2, 0x10200
|
|
|
|
const-string v3, "RestrictiveDataFiltering"
|
|
|
|
invoke-direct {v0, v3, v1, v2}, Lcom/facebook/internal/FeatureManager$Feature;-><init>(Ljava/lang/String;II)V
|
|
|
|
sput-object v0, Lcom/facebook/internal/FeatureManager$Feature;->RestrictiveDataFiltering:Lcom/facebook/internal/FeatureManager$Feature;
|
|
|
|
.line 163
|
|
new-instance v0, Lcom/facebook/internal/FeatureManager$Feature;
|
|
|
|
const/4 v1, 0x6
|
|
|
|
const v2, 0x10300
|
|
|
|
const-string v3, "AAM"
|
|
|
|
invoke-direct {v0, v3, v1, v2}, Lcom/facebook/internal/FeatureManager$Feature;-><init>(Ljava/lang/String;II)V
|
|
|
|
sput-object v0, Lcom/facebook/internal/FeatureManager$Feature;->AAM:Lcom/facebook/internal/FeatureManager$Feature;
|
|
|
|
.line 164
|
|
new-instance v0, Lcom/facebook/internal/FeatureManager$Feature;
|
|
|
|
const/4 v1, 0x7
|
|
|
|
const v2, 0x10400
|
|
|
|
const-string v3, "PrivacyProtection"
|
|
|
|
invoke-direct {v0, v3, v1, v2}, Lcom/facebook/internal/FeatureManager$Feature;-><init>(Ljava/lang/String;II)V
|
|
|
|
sput-object v0, Lcom/facebook/internal/FeatureManager$Feature;->PrivacyProtection:Lcom/facebook/internal/FeatureManager$Feature;
|
|
|
|
.line 165
|
|
new-instance v0, Lcom/facebook/internal/FeatureManager$Feature;
|
|
|
|
const/16 v1, 0x8
|
|
|
|
const v2, 0x10401
|
|
|
|
const-string v3, "SuggestedEvents"
|
|
|
|
invoke-direct {v0, v3, v1, v2}, Lcom/facebook/internal/FeatureManager$Feature;-><init>(Ljava/lang/String;II)V
|
|
|
|
sput-object v0, Lcom/facebook/internal/FeatureManager$Feature;->SuggestedEvents:Lcom/facebook/internal/FeatureManager$Feature;
|
|
|
|
.line 166
|
|
new-instance v0, Lcom/facebook/internal/FeatureManager$Feature;
|
|
|
|
const/16 v1, 0x9
|
|
|
|
const v2, 0x10402
|
|
|
|
const-string v3, "IntelligentIntegrity"
|
|
|
|
invoke-direct {v0, v3, v1, v2}, Lcom/facebook/internal/FeatureManager$Feature;-><init>(Ljava/lang/String;II)V
|
|
|
|
sput-object v0, Lcom/facebook/internal/FeatureManager$Feature;->IntelligentIntegrity:Lcom/facebook/internal/FeatureManager$Feature;
|
|
|
|
.line 167
|
|
new-instance v0, Lcom/facebook/internal/FeatureManager$Feature;
|
|
|
|
const/16 v1, 0xa
|
|
|
|
const v2, 0x10403
|
|
|
|
const-string v3, "ModelRequest"
|
|
|
|
invoke-direct {v0, v3, v1, v2}, Lcom/facebook/internal/FeatureManager$Feature;-><init>(Ljava/lang/String;II)V
|
|
|
|
sput-object v0, Lcom/facebook/internal/FeatureManager$Feature;->ModelRequest:Lcom/facebook/internal/FeatureManager$Feature;
|
|
|
|
.line 168
|
|
new-instance v0, Lcom/facebook/internal/FeatureManager$Feature;
|
|
|
|
const/16 v1, 0xb
|
|
|
|
const v2, 0x10404
|
|
|
|
const-string v3, "ProtectedMode"
|
|
|
|
invoke-direct {v0, v3, v1, v2}, Lcom/facebook/internal/FeatureManager$Feature;-><init>(Ljava/lang/String;II)V
|
|
|
|
sput-object v0, Lcom/facebook/internal/FeatureManager$Feature;->ProtectedMode:Lcom/facebook/internal/FeatureManager$Feature;
|
|
|
|
.line 169
|
|
new-instance v0, Lcom/facebook/internal/FeatureManager$Feature;
|
|
|
|
const/16 v1, 0xc
|
|
|
|
const v2, 0x10405
|
|
|
|
const-string v3, "MACARuleMatching"
|
|
|
|
invoke-direct {v0, v3, v1, v2}, Lcom/facebook/internal/FeatureManager$Feature;-><init>(Ljava/lang/String;II)V
|
|
|
|
sput-object v0, Lcom/facebook/internal/FeatureManager$Feature;->MACARuleMatching:Lcom/facebook/internal/FeatureManager$Feature;
|
|
|
|
.line 170
|
|
new-instance v0, Lcom/facebook/internal/FeatureManager$Feature;
|
|
|
|
const/16 v1, 0xd
|
|
|
|
const v2, 0x10406
|
|
|
|
const-string v3, "BlocklistEvents"
|
|
|
|
invoke-direct {v0, v3, v1, v2}, Lcom/facebook/internal/FeatureManager$Feature;-><init>(Ljava/lang/String;II)V
|
|
|
|
sput-object v0, Lcom/facebook/internal/FeatureManager$Feature;->BlocklistEvents:Lcom/facebook/internal/FeatureManager$Feature;
|
|
|
|
.line 171
|
|
new-instance v0, Lcom/facebook/internal/FeatureManager$Feature;
|
|
|
|
const/16 v1, 0xe
|
|
|
|
const v2, 0x10407
|
|
|
|
const-string v3, "FilterRedactedEvents"
|
|
|
|
invoke-direct {v0, v3, v1, v2}, Lcom/facebook/internal/FeatureManager$Feature;-><init>(Ljava/lang/String;II)V
|
|
|
|
sput-object v0, Lcom/facebook/internal/FeatureManager$Feature;->FilterRedactedEvents:Lcom/facebook/internal/FeatureManager$Feature;
|
|
|
|
.line 172
|
|
new-instance v0, Lcom/facebook/internal/FeatureManager$Feature;
|
|
|
|
const/16 v1, 0xf
|
|
|
|
const v2, 0x10408
|
|
|
|
const-string v3, "FilterSensitiveParams"
|
|
|
|
invoke-direct {v0, v3, v1, v2}, Lcom/facebook/internal/FeatureManager$Feature;-><init>(Ljava/lang/String;II)V
|
|
|
|
sput-object v0, Lcom/facebook/internal/FeatureManager$Feature;->FilterSensitiveParams:Lcom/facebook/internal/FeatureManager$Feature;
|
|
|
|
.line 173
|
|
new-instance v0, Lcom/facebook/internal/FeatureManager$Feature;
|
|
|
|
const/16 v1, 0x10
|
|
|
|
const v2, 0x10500
|
|
|
|
const-string v3, "EventDeactivation"
|
|
|
|
invoke-direct {v0, v3, v1, v2}, Lcom/facebook/internal/FeatureManager$Feature;-><init>(Ljava/lang/String;II)V
|
|
|
|
sput-object v0, Lcom/facebook/internal/FeatureManager$Feature;->EventDeactivation:Lcom/facebook/internal/FeatureManager$Feature;
|
|
|
|
.line 174
|
|
new-instance v0, Lcom/facebook/internal/FeatureManager$Feature;
|
|
|
|
const/16 v1, 0x11
|
|
|
|
const v2, 0x10600
|
|
|
|
const-string v3, "OnDeviceEventProcessing"
|
|
|
|
invoke-direct {v0, v3, v1, v2}, Lcom/facebook/internal/FeatureManager$Feature;-><init>(Ljava/lang/String;II)V
|
|
|
|
sput-object v0, Lcom/facebook/internal/FeatureManager$Feature;->OnDeviceEventProcessing:Lcom/facebook/internal/FeatureManager$Feature;
|
|
|
|
.line 175
|
|
new-instance v0, Lcom/facebook/internal/FeatureManager$Feature;
|
|
|
|
const/16 v1, 0x12
|
|
|
|
const v2, 0x10601
|
|
|
|
const-string v3, "OnDevicePostInstallEventProcessing"
|
|
|
|
invoke-direct {v0, v3, v1, v2}, Lcom/facebook/internal/FeatureManager$Feature;-><init>(Ljava/lang/String;II)V
|
|
|
|
sput-object v0, Lcom/facebook/internal/FeatureManager$Feature;->OnDevicePostInstallEventProcessing:Lcom/facebook/internal/FeatureManager$Feature;
|
|
|
|
.line 176
|
|
new-instance v0, Lcom/facebook/internal/FeatureManager$Feature;
|
|
|
|
const/16 v1, 0x13
|
|
|
|
const v2, 0x10700
|
|
|
|
const-string v3, "IapLogging"
|
|
|
|
invoke-direct {v0, v3, v1, v2}, Lcom/facebook/internal/FeatureManager$Feature;-><init>(Ljava/lang/String;II)V
|
|
|
|
sput-object v0, Lcom/facebook/internal/FeatureManager$Feature;->IapLogging:Lcom/facebook/internal/FeatureManager$Feature;
|
|
|
|
.line 177
|
|
new-instance v0, Lcom/facebook/internal/FeatureManager$Feature;
|
|
|
|
const/16 v1, 0x14
|
|
|
|
const v2, 0x10701
|
|
|
|
const-string v3, "IapLoggingLib2"
|
|
|
|
invoke-direct {v0, v3, v1, v2}, Lcom/facebook/internal/FeatureManager$Feature;-><init>(Ljava/lang/String;II)V
|
|
|
|
sput-object v0, Lcom/facebook/internal/FeatureManager$Feature;->IapLoggingLib2:Lcom/facebook/internal/FeatureManager$Feature;
|
|
|
|
.line 178
|
|
new-instance v0, Lcom/facebook/internal/FeatureManager$Feature;
|
|
|
|
const/16 v1, 0x15
|
|
|
|
const/high16 v2, 0x20000
|
|
|
|
const-string v3, "Instrument"
|
|
|
|
invoke-direct {v0, v3, v1, v2}, Lcom/facebook/internal/FeatureManager$Feature;-><init>(Ljava/lang/String;II)V
|
|
|
|
sput-object v0, Lcom/facebook/internal/FeatureManager$Feature;->Instrument:Lcom/facebook/internal/FeatureManager$Feature;
|
|
|
|
.line 179
|
|
new-instance v0, Lcom/facebook/internal/FeatureManager$Feature;
|
|
|
|
const/16 v1, 0x16
|
|
|
|
const v2, 0x20100
|
|
|
|
const-string v3, "CrashReport"
|
|
|
|
invoke-direct {v0, v3, v1, v2}, Lcom/facebook/internal/FeatureManager$Feature;-><init>(Ljava/lang/String;II)V
|
|
|
|
sput-object v0, Lcom/facebook/internal/FeatureManager$Feature;->CrashReport:Lcom/facebook/internal/FeatureManager$Feature;
|
|
|
|
.line 180
|
|
new-instance v0, Lcom/facebook/internal/FeatureManager$Feature;
|
|
|
|
const/16 v1, 0x17
|
|
|
|
const v2, 0x20101
|
|
|
|
const-string v3, "CrashShield"
|
|
|
|
invoke-direct {v0, v3, v1, v2}, Lcom/facebook/internal/FeatureManager$Feature;-><init>(Ljava/lang/String;II)V
|
|
|
|
sput-object v0, Lcom/facebook/internal/FeatureManager$Feature;->CrashShield:Lcom/facebook/internal/FeatureManager$Feature;
|
|
|
|
.line 181
|
|
new-instance v0, Lcom/facebook/internal/FeatureManager$Feature;
|
|
|
|
const/16 v1, 0x18
|
|
|
|
const v2, 0x20102
|
|
|
|
const-string v3, "ThreadCheck"
|
|
|
|
invoke-direct {v0, v3, v1, v2}, Lcom/facebook/internal/FeatureManager$Feature;-><init>(Ljava/lang/String;II)V
|
|
|
|
sput-object v0, Lcom/facebook/internal/FeatureManager$Feature;->ThreadCheck:Lcom/facebook/internal/FeatureManager$Feature;
|
|
|
|
.line 182
|
|
new-instance v0, Lcom/facebook/internal/FeatureManager$Feature;
|
|
|
|
const/16 v1, 0x19
|
|
|
|
const v2, 0x20200
|
|
|
|
const-string v3, "ErrorReport"
|
|
|
|
invoke-direct {v0, v3, v1, v2}, Lcom/facebook/internal/FeatureManager$Feature;-><init>(Ljava/lang/String;II)V
|
|
|
|
sput-object v0, Lcom/facebook/internal/FeatureManager$Feature;->ErrorReport:Lcom/facebook/internal/FeatureManager$Feature;
|
|
|
|
.line 183
|
|
new-instance v0, Lcom/facebook/internal/FeatureManager$Feature;
|
|
|
|
const/16 v1, 0x1a
|
|
|
|
const v2, 0x20300
|
|
|
|
const-string v3, "AnrReport"
|
|
|
|
invoke-direct {v0, v3, v1, v2}, Lcom/facebook/internal/FeatureManager$Feature;-><init>(Ljava/lang/String;II)V
|
|
|
|
sput-object v0, Lcom/facebook/internal/FeatureManager$Feature;->AnrReport:Lcom/facebook/internal/FeatureManager$Feature;
|
|
|
|
.line 184
|
|
new-instance v0, Lcom/facebook/internal/FeatureManager$Feature;
|
|
|
|
const/16 v1, 0x1b
|
|
|
|
const/high16 v2, 0x30000
|
|
|
|
const-string v3, "Monitoring"
|
|
|
|
invoke-direct {v0, v3, v1, v2}, Lcom/facebook/internal/FeatureManager$Feature;-><init>(Ljava/lang/String;II)V
|
|
|
|
sput-object v0, Lcom/facebook/internal/FeatureManager$Feature;->Monitoring:Lcom/facebook/internal/FeatureManager$Feature;
|
|
|
|
.line 185
|
|
new-instance v0, Lcom/facebook/internal/FeatureManager$Feature;
|
|
|
|
const/16 v1, 0x1c
|
|
|
|
const v2, 0x30100
|
|
|
|
const-string v3, "ServiceUpdateCompliance"
|
|
|
|
invoke-direct {v0, v3, v1, v2}, Lcom/facebook/internal/FeatureManager$Feature;-><init>(Ljava/lang/String;II)V
|
|
|
|
sput-object v0, Lcom/facebook/internal/FeatureManager$Feature;->ServiceUpdateCompliance:Lcom/facebook/internal/FeatureManager$Feature;
|
|
|
|
.line 186
|
|
new-instance v0, Lcom/facebook/internal/FeatureManager$Feature;
|
|
|
|
const/16 v1, 0x1d
|
|
|
|
const/high16 v2, 0x40000
|
|
|
|
const-string v3, "Megatron"
|
|
|
|
invoke-direct {v0, v3, v1, v2}, Lcom/facebook/internal/FeatureManager$Feature;-><init>(Ljava/lang/String;II)V
|
|
|
|
sput-object v0, Lcom/facebook/internal/FeatureManager$Feature;->Megatron:Lcom/facebook/internal/FeatureManager$Feature;
|
|
|
|
.line 187
|
|
new-instance v0, Lcom/facebook/internal/FeatureManager$Feature;
|
|
|
|
const/16 v1, 0x1e
|
|
|
|
const/high16 v2, 0x50000
|
|
|
|
const-string v3, "Elora"
|
|
|
|
invoke-direct {v0, v3, v1, v2}, Lcom/facebook/internal/FeatureManager$Feature;-><init>(Ljava/lang/String;II)V
|
|
|
|
sput-object v0, Lcom/facebook/internal/FeatureManager$Feature;->Elora:Lcom/facebook/internal/FeatureManager$Feature;
|
|
|
|
.line 191
|
|
new-instance v0, Lcom/facebook/internal/FeatureManager$Feature;
|
|
|
|
const/16 v1, 0x1f
|
|
|
|
const/high16 v2, 0x1000000
|
|
|
|
const-string v3, "Login"
|
|
|
|
invoke-direct {v0, v3, v1, v2}, Lcom/facebook/internal/FeatureManager$Feature;-><init>(Ljava/lang/String;II)V
|
|
|
|
sput-object v0, Lcom/facebook/internal/FeatureManager$Feature;->Login:Lcom/facebook/internal/FeatureManager$Feature;
|
|
|
|
.line 192
|
|
new-instance v0, Lcom/facebook/internal/FeatureManager$Feature;
|
|
|
|
const/16 v1, 0x20
|
|
|
|
const/high16 v2, 0x1010000
|
|
|
|
const-string v3, "ChromeCustomTabsPrefetching"
|
|
|
|
invoke-direct {v0, v3, v1, v2}, Lcom/facebook/internal/FeatureManager$Feature;-><init>(Ljava/lang/String;II)V
|
|
|
|
sput-object v0, Lcom/facebook/internal/FeatureManager$Feature;->ChromeCustomTabsPrefetching:Lcom/facebook/internal/FeatureManager$Feature;
|
|
|
|
.line 193
|
|
new-instance v0, Lcom/facebook/internal/FeatureManager$Feature;
|
|
|
|
const/16 v1, 0x21
|
|
|
|
const/high16 v2, 0x1020000
|
|
|
|
const-string v3, "IgnoreAppSwitchToLoggedOut"
|
|
|
|
invoke-direct {v0, v3, v1, v2}, Lcom/facebook/internal/FeatureManager$Feature;-><init>(Ljava/lang/String;II)V
|
|
|
|
sput-object v0, Lcom/facebook/internal/FeatureManager$Feature;->IgnoreAppSwitchToLoggedOut:Lcom/facebook/internal/FeatureManager$Feature;
|
|
|
|
.line 194
|
|
new-instance v0, Lcom/facebook/internal/FeatureManager$Feature;
|
|
|
|
const/16 v1, 0x22
|
|
|
|
const/high16 v2, 0x1030000
|
|
|
|
const-string v3, "BypassAppSwitch"
|
|
|
|
invoke-direct {v0, v3, v1, v2}, Lcom/facebook/internal/FeatureManager$Feature;-><init>(Ljava/lang/String;II)V
|
|
|
|
sput-object v0, Lcom/facebook/internal/FeatureManager$Feature;->BypassAppSwitch:Lcom/facebook/internal/FeatureManager$Feature;
|
|
|
|
.line 198
|
|
new-instance v0, Lcom/facebook/internal/FeatureManager$Feature;
|
|
|
|
const/16 v1, 0x23
|
|
|
|
const/high16 v2, 0x2000000
|
|
|
|
const-string v3, "Share"
|
|
|
|
invoke-direct {v0, v3, v1, v2}, Lcom/facebook/internal/FeatureManager$Feature;-><init>(Ljava/lang/String;II)V
|
|
|
|
sput-object v0, Lcom/facebook/internal/FeatureManager$Feature;->Share:Lcom/facebook/internal/FeatureManager$Feature;
|
|
|
|
invoke-static {}, Lcom/facebook/internal/FeatureManager$Feature;->$values()[Lcom/facebook/internal/FeatureManager$Feature;
|
|
|
|
move-result-object v0
|
|
|
|
sput-object v0, Lcom/facebook/internal/FeatureManager$Feature;->$VALUES:[Lcom/facebook/internal/FeatureManager$Feature;
|
|
|
|
new-instance v0, Lcom/facebook/internal/FeatureManager$Feature$Companion;
|
|
|
|
const/4 v1, 0x0
|
|
|
|
invoke-direct {v0, v1}, Lcom/facebook/internal/FeatureManager$Feature$Companion;-><init>(Lkotlin/jvm/internal/DefaultConstructorMarker;)V
|
|
|
|
sput-object v0, Lcom/facebook/internal/FeatureManager$Feature;->Companion:Lcom/facebook/internal/FeatureManager$Feature$Companion;
|
|
|
|
return-void
|
|
.end method
|
|
|
|
.method private constructor <init>(Ljava/lang/String;II)V
|
|
.locals 0
|
|
.annotation system Ldalvik/annotation/Signature;
|
|
value = {
|
|
"(I)V"
|
|
}
|
|
.end annotation
|
|
|
|
.line 153
|
|
invoke-direct {p0, p1, p2}, Ljava/lang/Enum;-><init>(Ljava/lang/String;I)V
|
|
|
|
iput p3, p0, Lcom/facebook/internal/FeatureManager$Feature;->code:I
|
|
|
|
return-void
|
|
.end method
|
|
|
|
.method public static final synthetic access$getCode$p(Lcom/facebook/internal/FeatureManager$Feature;)I
|
|
.locals 0
|
|
|
|
.line 153
|
|
iget p0, p0, Lcom/facebook/internal/FeatureManager$Feature;->code:I
|
|
|
|
return p0
|
|
.end method
|
|
|
|
.method public static valueOf(Ljava/lang/String;)Lcom/facebook/internal/FeatureManager$Feature;
|
|
.locals 1
|
|
|
|
const-string v0, "value"
|
|
|
|
invoke-static {p0, v0}, Lkotlin/jvm/internal/Intrinsics;->checkNotNullParameter(Ljava/lang/Object;Ljava/lang/String;)V
|
|
|
|
const-class v0, Lcom/facebook/internal/FeatureManager$Feature;
|
|
|
|
invoke-static {v0, p0}, Ljava/lang/Enum;->valueOf(Ljava/lang/Class;Ljava/lang/String;)Ljava/lang/Enum;
|
|
|
|
move-result-object p0
|
|
|
|
.line 271
|
|
check-cast p0, Lcom/facebook/internal/FeatureManager$Feature;
|
|
|
|
return-object p0
|
|
.end method
|
|
|
|
.method public static values()[Lcom/facebook/internal/FeatureManager$Feature;
|
|
.locals 2
|
|
|
|
sget-object v0, Lcom/facebook/internal/FeatureManager$Feature;->$VALUES:[Lcom/facebook/internal/FeatureManager$Feature;
|
|
|
|
array-length v1, v0
|
|
|
|
invoke-static {v0, v1}, Ljava/util/Arrays;->copyOf([Ljava/lang/Object;I)[Ljava/lang/Object;
|
|
|
|
move-result-object v0
|
|
|
|
.line 271
|
|
check-cast v0, [Lcom/facebook/internal/FeatureManager$Feature;
|
|
|
|
return-object v0
|
|
.end method
|
|
|
|
|
|
# virtual methods
|
|
.method public final getParent()Lcom/facebook/internal/FeatureManager$Feature;
|
|
.locals 3
|
|
|
|
iget v0, p0, Lcom/facebook/internal/FeatureManager$Feature;->code:I
|
|
|
|
and-int/lit16 v1, v0, 0xff
|
|
|
|
if-lez v1, :cond_0
|
|
|
|
sget-object v1, Lcom/facebook/internal/FeatureManager$Feature;->Companion:Lcom/facebook/internal/FeatureManager$Feature$Companion;
|
|
|
|
and-int/lit16 v0, v0, -0x100
|
|
|
|
.line 248
|
|
invoke-virtual {v1, v0}, Lcom/facebook/internal/FeatureManager$Feature$Companion;->fromInt(I)Lcom/facebook/internal/FeatureManager$Feature;
|
|
|
|
move-result-object v0
|
|
|
|
goto :goto_0
|
|
|
|
:cond_0
|
|
const v1, 0xff00
|
|
|
|
and-int/2addr v1, v0
|
|
|
|
if-lez v1, :cond_1
|
|
|
|
sget-object v1, Lcom/facebook/internal/FeatureManager$Feature;->Companion:Lcom/facebook/internal/FeatureManager$Feature$Companion;
|
|
|
|
const/high16 v2, -0x10000
|
|
|
|
and-int/2addr v0, v2
|
|
|
|
.line 251
|
|
invoke-virtual {v1, v0}, Lcom/facebook/internal/FeatureManager$Feature$Companion;->fromInt(I)Lcom/facebook/internal/FeatureManager$Feature;
|
|
|
|
move-result-object v0
|
|
|
|
goto :goto_0
|
|
|
|
:cond_1
|
|
const/high16 v1, 0xff0000
|
|
|
|
and-int/2addr v1, v0
|
|
|
|
if-lez v1, :cond_2
|
|
|
|
sget-object v1, Lcom/facebook/internal/FeatureManager$Feature;->Companion:Lcom/facebook/internal/FeatureManager$Feature$Companion;
|
|
|
|
const/high16 v2, -0x1000000
|
|
|
|
and-int/2addr v0, v2
|
|
|
|
.line 254
|
|
invoke-virtual {v1, v0}, Lcom/facebook/internal/FeatureManager$Feature$Companion;->fromInt(I)Lcom/facebook/internal/FeatureManager$Feature;
|
|
|
|
move-result-object v0
|
|
|
|
goto :goto_0
|
|
|
|
:cond_2
|
|
sget-object v0, Lcom/facebook/internal/FeatureManager$Feature;->Companion:Lcom/facebook/internal/FeatureManager$Feature$Companion;
|
|
|
|
const/4 v1, 0x0
|
|
|
|
.line 257
|
|
invoke-virtual {v0, v1}, Lcom/facebook/internal/FeatureManager$Feature$Companion;->fromInt(I)Lcom/facebook/internal/FeatureManager$Feature;
|
|
|
|
move-result-object v0
|
|
|
|
:goto_0
|
|
return-object v0
|
|
.end method
|
|
|
|
.method public final toKey()Ljava/lang/String;
|
|
.locals 1
|
|
|
|
const-string v0, "FBSDKFeature"
|
|
|
|
.line 241
|
|
invoke-static {v0, p0}, Lkotlin/jvm/internal/Intrinsics;->stringPlus(Ljava/lang/String;Ljava/lang/Object;)Ljava/lang/String;
|
|
|
|
move-result-object v0
|
|
|
|
return-object v0
|
|
.end method
|
|
|
|
.method public toString()Ljava/lang/String;
|
|
.locals 2
|
|
|
|
.line 201
|
|
sget-object v0, Lcom/facebook/internal/FeatureManager$Feature$WhenMappings;->$EnumSwitchMapping$0:[I
|
|
|
|
invoke-virtual {p0}, Ljava/lang/Enum;->ordinal()I
|
|
|
|
move-result v1
|
|
|
|
aget v0, v0, v1
|
|
|
|
packed-switch v0, :pswitch_data_0
|
|
|
|
const-string v0, "unknown"
|
|
|
|
goto/16 :goto_0
|
|
|
|
:pswitch_0
|
|
const-string v0, "ShareKit"
|
|
|
|
goto/16 :goto_0
|
|
|
|
:pswitch_1
|
|
const-string v0, "BypassAppSwitch"
|
|
|
|
goto/16 :goto_0
|
|
|
|
:pswitch_2
|
|
const-string v0, "IgnoreAppSwitchToLoggedOut"
|
|
|
|
goto/16 :goto_0
|
|
|
|
:pswitch_3
|
|
const-string v0, "ChromeCustomTabsPrefetching"
|
|
|
|
goto/16 :goto_0
|
|
|
|
:pswitch_4
|
|
const-string v0, "LoginKit"
|
|
|
|
goto/16 :goto_0
|
|
|
|
:pswitch_5
|
|
const-string v0, "ServiceUpdateCompliance"
|
|
|
|
goto/16 :goto_0
|
|
|
|
:pswitch_6
|
|
const-string v0, "Elora"
|
|
|
|
goto/16 :goto_0
|
|
|
|
:pswitch_7
|
|
const-string v0, "Megatron"
|
|
|
|
goto/16 :goto_0
|
|
|
|
:pswitch_8
|
|
const-string v0, "Monitoring"
|
|
|
|
goto/16 :goto_0
|
|
|
|
:pswitch_9
|
|
const-string v0, "IAPLoggingLib2"
|
|
|
|
goto :goto_0
|
|
|
|
:pswitch_a
|
|
const-string v0, "IAPLogging"
|
|
|
|
goto :goto_0
|
|
|
|
:pswitch_b
|
|
const-string v0, "OnDevicePostInstallEventProcessing"
|
|
|
|
goto :goto_0
|
|
|
|
:pswitch_c
|
|
const-string v0, "OnDeviceEventProcessing"
|
|
|
|
goto :goto_0
|
|
|
|
:pswitch_d
|
|
const-string v0, "EventDeactivation"
|
|
|
|
goto :goto_0
|
|
|
|
:pswitch_e
|
|
const-string v0, "ModelRequest"
|
|
|
|
goto :goto_0
|
|
|
|
:pswitch_f
|
|
const-string v0, "FilterSensitiveParams"
|
|
|
|
goto :goto_0
|
|
|
|
:pswitch_10
|
|
const-string v0, "FilterRedactedEvents"
|
|
|
|
goto :goto_0
|
|
|
|
:pswitch_11
|
|
const-string v0, "BlocklistEvents"
|
|
|
|
goto :goto_0
|
|
|
|
:pswitch_12
|
|
const-string v0, "MACARuleMatching"
|
|
|
|
goto :goto_0
|
|
|
|
:pswitch_13
|
|
const-string v0, "ProtectedMode"
|
|
|
|
goto :goto_0
|
|
|
|
:pswitch_14
|
|
const-string v0, "IntelligentIntegrity"
|
|
|
|
goto :goto_0
|
|
|
|
:pswitch_15
|
|
const-string v0, "SuggestedEvents"
|
|
|
|
goto :goto_0
|
|
|
|
:pswitch_16
|
|
const-string v0, "PrivacyProtection"
|
|
|
|
goto :goto_0
|
|
|
|
:pswitch_17
|
|
const-string v0, "AppEventsCloudbridge"
|
|
|
|
goto :goto_0
|
|
|
|
:pswitch_18
|
|
const-string v0, "AAM"
|
|
|
|
goto :goto_0
|
|
|
|
:pswitch_19
|
|
const-string v0, "AnrReport"
|
|
|
|
goto :goto_0
|
|
|
|
:pswitch_1a
|
|
const-string v0, "ErrorReport"
|
|
|
|
goto :goto_0
|
|
|
|
:pswitch_1b
|
|
const-string v0, "ThreadCheck"
|
|
|
|
goto :goto_0
|
|
|
|
:pswitch_1c
|
|
const-string v0, "CrashShield"
|
|
|
|
goto :goto_0
|
|
|
|
:pswitch_1d
|
|
const-string v0, "CrashReport"
|
|
|
|
goto :goto_0
|
|
|
|
:pswitch_1e
|
|
const-string v0, "Instrument"
|
|
|
|
goto :goto_0
|
|
|
|
:pswitch_1f
|
|
const-string v0, "RestrictiveDataFiltering"
|
|
|
|
goto :goto_0
|
|
|
|
:pswitch_20
|
|
const-string v0, "CodelessEvents"
|
|
|
|
goto :goto_0
|
|
|
|
:pswitch_21
|
|
const-string v0, "AppEvents"
|
|
|
|
goto :goto_0
|
|
|
|
:pswitch_22
|
|
const-string v0, "CoreKit"
|
|
|
|
:goto_0
|
|
return-object v0
|
|
|
|
nop
|
|
|
|
:pswitch_data_0
|
|
.packed-switch 0x1
|
|
:pswitch_22
|
|
:pswitch_21
|
|
:pswitch_20
|
|
:pswitch_1f
|
|
:pswitch_1e
|
|
:pswitch_1d
|
|
:pswitch_1c
|
|
:pswitch_1b
|
|
:pswitch_1a
|
|
:pswitch_19
|
|
:pswitch_18
|
|
:pswitch_17
|
|
:pswitch_16
|
|
:pswitch_15
|
|
:pswitch_14
|
|
:pswitch_13
|
|
:pswitch_12
|
|
:pswitch_11
|
|
:pswitch_10
|
|
:pswitch_f
|
|
:pswitch_e
|
|
:pswitch_d
|
|
:pswitch_c
|
|
:pswitch_b
|
|
:pswitch_a
|
|
:pswitch_9
|
|
:pswitch_8
|
|
:pswitch_7
|
|
:pswitch_6
|
|
:pswitch_5
|
|
:pswitch_4
|
|
:pswitch_3
|
|
:pswitch_2
|
|
:pswitch_1
|
|
:pswitch_0
|
|
.end packed-switch
|
|
.end method
|