motionSignalsFlow
Emits live SignalCategory.DeviceMotion signals from the accelerometer.
Registers a SensorEventListener at UI delay and pushes formatted x/y/z readings plus sensor accuracy, sampled to every 500ms and de-duplicated. Falls back to a single unavailable signal when no accelerometer exists. The listener is unregistered on cancellation.
Privacy: live accelerometer readings are high-entropy session signals. Reading the accelerometer itself requires no runtime permission.
Return
Cold flow of motion signal snapshots.
Parameters
context
Context used to obtain SensorManager.