1package: "com.android.settings.flags"
2container: "system_ext"
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