blob: a3bd0ee483fe201d545167a0587eb701a7d94aa6 [file] [log] [blame]
Rocky Fang43dee112023-12-14 21:11:07 +00001package: "com.android.frameworks.sensorservice.flags"
2
3flag {
4 name: "dynamic_sensor_hal_reconnect_handling"
5 namespace: "sensors"
6 description: "This flag controls if the dynamic sensor data will be clean up after HAL is disconnected."
7 bug: "307782607"
Rocky Fang337cc162023-12-19 00:54:47 +00008}
9
10flag {
11 name: "sensor_device_on_dynamic_sensor_disconnected"
12 namespace: "sensors"
13 description: "This flag controls if the callback onDynamicSensorsDisconnected is implemented or not."
14 bug: "316958439"
Rocky Fang43dee112023-12-14 21:11:07 +000015}