1package: "android.provider.flags"
2container: "com.android.configinfrastructure"
3
4flag {
5  name: "stage_flags_for_build"
6  namespace: "core_experiments_team_internal"
7  description: "API flag for stageFlagsForBuild"
8  bug: "360384952"
9  is_fixed_read_only: true
10  is_exported: true
11}
12
13flag {
14    name: "dump_improvements"
15    namespace: "core_experiments_team_internal"
16    description: "Added more information on `dumpsys device_config`"
17    bug: "364399200"
18  is_exported: true
19}
20
21flag {
22  name: "new_storage_public_api"
23  namespace: "core_experiments_team_internal"
24  description: "API flag for accessing new storage"
25  bug: "367765164"
26  is_fixed_read_only: true
27  is_exported: true
28}
29
30flag {
31  name: "device_config_writable_namespaces_api"
32  namespace: "psap_ai"
33  description: "API flag for accessing DeviceConfig writable namespaces"
34  bug: "364083026"
35  is_exported: true
36}
37