blob: 8d43f7995009a270e2adcee54437a57704927206 [file] [log] [blame]
Rocky Fang43dee112023-12-14 21:11:07 +00001package: "com.android.frameworks.sensorservice.flags"
Oriol Prieto Gasco33fd22e2024-02-06 18:34:41 +00002container: "system"
Rocky Fang43dee112023-12-14 21:11:07 +00003
4flag {
5 name: "dynamic_sensor_hal_reconnect_handling"
6 namespace: "sensors"
7 description: "This flag controls if the dynamic sensor data will be clean up after HAL is disconnected."
8 bug: "307782607"
Rocky Fang337cc162023-12-19 00:54:47 +00009}
10
11flag {
12 name: "sensor_device_on_dynamic_sensor_disconnected"
13 namespace: "sensors"
14 description: "This flag controls if the callback onDynamicSensorsDisconnected is implemented or not."
15 bug: "316958439"
Rocky Fang43dee112023-12-14 21:11:07 +000016}