diff options
| -rw-r--r-- | services/core/java/com/android/server/am/SettingsToPropertiesMapper.java | 15 |
1 files changed, 14 insertions, 1 deletions
diff --git a/services/core/java/com/android/server/am/SettingsToPropertiesMapper.java b/services/core/java/com/android/server/am/SettingsToPropertiesMapper.java index 1d09dce1132a..36b8283dd3a1 100644 --- a/services/core/java/com/android/server/am/SettingsToPropertiesMapper.java +++ b/services/core/java/com/android/server/am/SettingsToPropertiesMapper.java @@ -117,7 +117,20 @@ public class SettingsToPropertiesMapper { // All the aconfig flags under the listed DeviceConfig scopes will be synced to native level. @VisibleForTesting static final String[] sDeviceConfigAconfigScopes = new String[] { - DeviceConfig.NAMESPACE_CORE_EXPERIMENTS_TEAM_INTERNAL, + "core_experiments_team_internal", + "camera_platform", + "power", + "vibrator", + "haptics", + "text", + "arc_next", + "test_suites", + "hardware_backed_security_mainline", + "threadnetwork", + "media_solutions", + "responsible_apis", + "rust", + "pixel_biometrics", }; private final String[] mGlobalSettings; |