1package: "com.android.settings.flags"
2container: "system"
3
4flag {
5    name: "terms_of_address_enabled"
6    namespace: "globalintl"
7    description: "Feature flag for Terms of Address"
8    bug: "297798866"
9}
10
11flag {
12    name: "locale_notification_enabled"
13    namespace: "globalintl"
14    description: "Feature flag for locale notification"
15    bug: "301380610"
16}
17
18flag {
19    name: "accessibility_appearance_settings_backup_enabled"
20    namespace: "globalintl"
21    description: "Feature flag for B&R accessibility appearance settings"
22    bug: "341210043"
23}
24
25flag {
26    name: "regional_preferences_api_enabled"
27    namespace: "globalintl"
28    description: "Feature flag for regional preferences APIs"
29    bug: "370379000"
30}