GeoTecINIT / WearOSSensors

Reliable and concurrent access to smartwatch's sensors
Apache License 2.0
18 stars 4 forks source link

Recording service injection #4

Closed matey97 closed 2 years ago

matey97 commented 2 years ago

The changes included in this PR allow using a custom recording service (which extends the SensorRecordingService). Previously, the service was hardcoded, and now, it can be provided from the main application. This allows customizing the behaviour of the service before and after the data collection.