1package: "android.provider.flags" 2container: "com.android.configinfrastructure" 3 4flag { 5 name: "new_storage_writer_system_api" 6 namespace: "core_experiments_team_internal" 7 description: "API flag for writing new storage" 8 bug: "367765164" 9 is_fixed_read_only: true 10 is_exported: true 11} 12 13flag { 14 name: "read_platform_from_platform_api" 15 namespace: "core_experiments_team_internal" 16 description: "read the platform related flags from the platform api" 17 bug: "383743394" 18 is_fixed_read_only: true 19} 20 21flag { 22 name: "stage_flags_for_build" 23 namespace: "core_experiments_team_internal" 24 description: "API flag for stageFlagsForBuild" 25 bug: "360384952" 26 is_fixed_read_only: true 27 is_exported: true 28} 29 30flag { 31 name: "dump_improvements" 32 namespace: "core_experiments_team_internal" 33 description: "Added more information on `dumpsys device_config`" 34 bug: "364399200" 35 is_exported: true 36} 37 38flag { 39 name: "new_storage_public_api" 40 namespace: "core_experiments_team_internal" 41 description: "API flag for accessing new storage" 42 bug: "367765164" 43 is_fixed_read_only: true 44 is_exported: true 45} 46 47flag { 48 name: "device_config_writable_namespaces_api" 49 namespace: "psap_ai" 50 description: "API flag for accessing DeviceConfig writable namespaces" 51 bug: "364083026" 52 is_exported: true 53} 54 55flag { 56 name: "enable_immediate_clear_override_bugfix" 57 namespace: "core_experiments_team_internal" 58 description: "Bugfix flag to allow clearing a local override immediately" 59 bug: "387316969" 60 metadata { 61 purpose: PURPOSE_BUGFIX 62 } 63} 64 65flag { 66 name: "mmd_device_config" 67 namespace: "core_experiments_team_internal" 68 description: "Enable device config usages for mmd" 69 bug: "375431994" 70 is_exported: true 71} 72 73flag { 74 name: "use_proto_input_stream" 75 namespace: "core_experiments_team_internal" 76 description: "Use ProtoInputStream to deserialize protos instead of proto lite lib." 77 bug: "390667838" 78 metadata { 79 purpose: PURPOSE_BUGFIX 80 } 81} 82 83flag { 84 name: "flag_manager_unit_test_flag" 85 namespace: "core_experiments_team_internal" 86 description: "Used in FlagManagerUnitTests to test flipping flags with public write APIs" 87 bug: "384572622" 88} 89