Files
app_Settings/aconfig/settings_globalintl_flag_declarations.aconfig
Zoey Chen 749103ff8e [Settings] Add feature flag for new UI
Bug: 385659296
Change-Id: Iaab6a60f72a5e79d44de69770622ee2a577a8175
Flag: com.android.settings.flags.settings_expressive_design_enabled
Test: manual
2024-12-22 22:45:46 -08:00

37 lines
881 B
Plaintext

package: "com.android.settings.flags"
container: "system"
flag {
name: "terms_of_address_enabled"
namespace: "globalintl"
description: "Feature flag for Terms of Address"
bug: "297798866"
}
flag {
name: "locale_notification_enabled"
namespace: "globalintl"
description: "Feature flag for locale notification"
bug: "301380610"
}
flag {
name: "accessibility_appearance_settings_backup_enabled"
namespace: "globalintl"
description: "Feature flag for B&R accessibility appearance settings"
bug: "341210043"
}
flag {
name: "regional_preferences_api_enabled"
namespace: "globalintl"
description: "Feature flag for regional preferences APIs"
bug: "370379000"
}
flag {
name: "settings_expressive_design_enabled"
namespace: "globalintl"
description: "Feature flag for expressive design"
bug: "385659296"
}