1package: "android.car.feature" 2container: "system" 3 4# CarUserManager 5flag { 6 name: "switch_user_ignoring_uxr" 7 is_exported: true 8 namespace: "car_framework" 9 description: "Allow user switching ignoring the Ux Restrictions." 10 bug: "320545306" 11} 12 13# CarPackageManager 14flag { 15 name: "display_compatibility" 16 is_exported: true 17 namespace: "car_framework" 18 description: "This flag controls the display compatibility system feature." 19 bug: "291638685" 20} 21 22# CarProjectionManager 23flag { 24 name: "projection_query_bt_profile_inhibit" 25 is_exported: true 26 namespace: "car_framework" 27 description: "This flag controls if apps can query the inhibit state or bluetooth profiles." 28 bug: "281791498" 29} 30 31# CarRemoteAccessManager 32flag { 33 name: "serverless_remote_access" 34 is_exported: true 35 namespace: "car_framework" 36 description: "Enables serverless remote access" 37 bug: "302339402" 38} 39 40# CarPowerManager 41flag { 42 name: "car_power_policy_refactoring" 43 namespace: "car_framework" 44 description: "Controls whether refactored car power policy daemon handles power policy change request" 45 bug: "286303350" 46} 47 48flag { 49 name: "per_display_max_brightness" 50 namespace: "car_framework" 51 description: "Use per display max brightness defined by VHAL" 52 bug: "336831738" 53 metadata { 54 purpose: PURPOSE_BUGFIX 55 } 56} 57 58flag { 59 name: "car_power_cancel_shell_command" 60 is_exported: true 61 namespace: "car_framework" 62 description: "Controls whether --cancel-after flag can be used in suspend command" 63 bug: "337063842" 64} 65 66flag { 67 name: "stop_process_before_suspend_to_disk" 68 namespace: "car_framework" 69 description: "Controls whether processes need to be stopped before suspend to disk" 70 bug: "324593655" 71} 72 73# CarAudioManager 74flag { 75 name: "car_audio_dynamic_devices" 76 is_exported: true 77 namespace: "car_framework" 78 description: "Controls whether car audio system can be configured with dynamic output devices" 79 bug: "305301155" 80} 81 82flag { 83 name: "car_audio_min_max_activation_volume" 84 is_exported: true 85 namespace: "car_framework" 86 description: "Controls whether car audio can be configured with min/max activation volume" 87 bug: "310667172" 88} 89 90flag { 91 name: "car_audio_mute_ambiguity" 92 is_exported: true 93 namespace: "car_framework" 94 description: "Controls whether mute ambiguity API works on car audio system" 95 bug: "321063661" 96} 97 98flag { 99 name: "car_audio_fade_manager_configuration" 100 is_exported: true 101 namespace: "car_framework" 102 description: "Controls whether car audio can be configured with fade manager configurations" 103 bug: "315695829" 104} 105 106# CarPropertyManager 107flag { 108 name: "batched_subscriptions" 109 is_exported: true 110 namespace: "car_framework" 111 description: "Controls whether to enable batched subscriptions for multiple [propId, areaId]s" 112 bug: "298257574" 113} 114 115flag { 116 name: "variable_update_rate" 117 is_exported: true 118 namespace: "car_framework" 119 description: "Controls whether to enable variable update rate for subscription" 120 bug: "300700719" 121} 122 123flag { 124 name: "area_id_config_access" 125 is_exported: true 126 namespace: "car_framework" 127 description: "Controls whether apps can use the new access level APIs added to AreaIdConfig" 128 bug: "290801790" 129} 130 131flag { 132 name: "subscription_with_resolution" 133 is_exported: true 134 namespace: "car_framework" 135 description: "Controls whether to round incoming property events to the resolution requested" 136 bug: "276124296" 137} 138 139# CarServiceBase 140flag { 141 name: "car_dump_to_proto" 142 namespace: "car_framework" 143 description: "Controls whether dump to proto is an option for car services" 144 bug: "302596493" 145} 146 147# ClusterHomeManager 148flag { 149 name: "cluster_health_monitoring" 150 is_exported: true 151 namespace: "car_framework" 152 description: "Controls whether to enable the health monitoring for Cluster" 153 bug: "285415531" 154} 155 156# VehiclePropertyIds 157flag { 158 name: "android_vic_vehicle_properties" 159 is_exported: true 160 namespace: "car_framework" 161 description: "Enables use of vehicle properties introduced in Android V" 162 bug: "309529020" 163} 164 165# CarNightService 166flag { 167 name: "car_night_global_setting" 168 is_exported: true 169 namespace: "car_framework" 170 description: "Controls whether to use global settings to control the day/night mode configuration" 171 bug: "260762437" 172} 173 174# CarWifiService 175flag { 176 name: "persist_ap_settings" 177 is_exported: true 178 namespace: "car_framework" 179 description: "Controls whether car persist ap settings can be configured" 180 bug: "301660611" 181} 182 183# CarWatchdogDaemon 184flag { 185 name: "car_watchdog_memory_profiling" 186 namespace: "car_framework" 187 description: "Controls the memory profiling feature in CarWatchdog daemon" 188 bug: "289113707" 189} 190 191# CarEvsService 192flag { 193 name: "car_evs_stream_management" 194 is_exported: true 195 namespace: "car_framework" 196 description: "Allows clients to stop stream individually and identify the origin of delivered framebuffers from CarEvsBufferDescriptor" 197 bug: "293810167" 198} 199 200flag { 201 name: "car_evs_query_service_status" 202 is_exported: true 203 namespace: "car_framework" 204 description: "Retrieves current status of each CarEvsService type individually" 205 bug: "320766863" 206} 207 208# CarPropertyErrorCodes 209flag { 210 name: "car_property_detailed_error_codes" 211 is_exported: true 212 namespace: "car_framework" 213 description: "Enables use of detailed error codes for CarPropertyManager async APIs" 214 bug: "274165552" 215} 216 217# CarPropertyValue 218flag { 219 name: "car_property_value_property_status" 220 is_exported: true 221 namespace: "car_framework" 222 description: "Enables use of new property status API" 223 bug: "326109669" 224} 225 226# CarAppCard 227flag { 228 name: "car_app_card" 229 is_exported: true 230 namespace: "car_framework" 231 description: "Enables use of Car App Card APIs" 232 bug: "331282711" 233} 234