Loading services/core/java/com/android/server/am/SettingsToPropertiesMapper.java +14 −1 Original line number Diff line number Diff line Loading @@ -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; Loading Loading
services/core/java/com/android/server/am/SettingsToPropertiesMapper.java +14 −1 Original line number Diff line number Diff line Loading @@ -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; Loading