Add mobile CXP feature flags (#6343)

This commit is contained in:
Álison Fernandes 2025-09-15 20:57:13 +01:00 committed by GitHub
parent 2dd89b488d
commit 6c512f1bc2
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -206,6 +206,8 @@ public static class FeatureFlagKeys
public const string EnablePMPreloginSettings = "enable-pm-prelogin-settings";
public const string AppIntents = "app-intents";
public const string SendAccess = "pm-19394-send-access-control";
public const string CxpImportMobile = "cxp-import-mobile";
public const string CxpExportMobile = "cxp-export-mobile";
/* Platform Team */
public const string IpcChannelFramework = "ipc-channel-framework";