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

Commit 951acdf7 authored by Rocky Fang's avatar Rocky Fang Committed by Android (Google) Code Review
Browse files

Merge "Create flag for event scratch buffer nullability" into main

parents 7702951b 46952451
Loading
Loading
Loading
Loading
+8 −1
Original line number Diff line number Diff line
@@ -14,3 +14,10 @@ flag {
  description: "This flag controls if the callback onDynamicSensorsDisconnected is implemented or not."
  bug: "316958439"
}

flag {
  name: "sensor_event_connection_send_event_require_nonnull_scratch"
  namespace: "sensors"
  description: "This flag controls we allow to pass in nullptr as scratch in SensorEventConnection::sendEvents()"
  bug: "339306599"
}