Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit eb7142dd authored by Eden Mendel's avatar Eden Mendel
Browse files

Add new onboarded native namespace to SettingsToPropertiesMapper for native flag access

Change-Id: I8042f65a015cfee7daa4126b456a347a56c6b60d
Flag: EXEMPT trunk stable namespace onboarding
Bug: b/369769282, b/368341182, b/368692752, b/368395439, b/370052920
parent f5429b94
Loading
Loading
Loading
Loading
+5 −0
Original line number Diff line number Diff line
@@ -138,6 +138,7 @@ public class SettingsToPropertiesMapper {
    // The list is sorted.
    @VisibleForTesting
    static final String[] sDeviceConfigAconfigScopes = new String[] {
        "aaos_sdv",
        "accessibility",
        "android_core_networking",
        "android_health_services",
@@ -150,6 +151,7 @@ public class SettingsToPropertiesMapper {
        "art_performance",
        "attack_tools",
        "avic",
        "desktop_firmware",
        "biometrics",
        "biometrics_framework",
        "biometrics_integration",
@@ -211,6 +213,7 @@ public class SettingsToPropertiesMapper {
        "preload_safety",
        "printing",
        "privacy_infra_policy",
        "ravenwood",
        "resource_manager",
        "responsible_apis",
        "rust",
@@ -243,8 +246,10 @@ public class SettingsToPropertiesMapper {
        "wear_system_health",
        "wear_systems",
        "wear_sysui",
        "wear_system_managed_surfaces",
        "window_surfaces",
        "windowing_frontend",
        "xr",
    };

    public static final String NAMESPACE_REBOOT_STAGING = "staged";