Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 337cc165 authored by Rocky Fang's avatar Rocky Fang
Browse files

Create flag for implementing onDynamicSensorDisconnected

Bug: 316958439
Test: N/A
Change-Id: Ia1c72855dfd4f367c3fe50fa20d6b5a0a8e5c8b7
parent 9f0be410
Loading
Loading
Loading
Loading
+7 −0
Original line number Diff line number Diff line
@@ -6,3 +6,10 @@ flag {
  description: "This flag controls if the dynamic sensor data will be clean up after HAL is disconnected."
  bug: "307782607"
}

flag {
  name: "sensor_device_on_dynamic_sensor_disconnected"
  namespace: "sensors"
  description: "This flag controls if the callback onDynamicSensorsDisconnected is implemented or not."
  bug: "316958439"
}
 No newline at end of file