OpenTracks icon indicating copy to clipboard operation
OpenTracks copied to clipboard

fix(api,service): from intent api, launch record service on foreground

Open abdoulayeYATERA opened this issue 5 months ago • 3 comments

Fixes : https://github.com/OpenTracksApp/OpenTracks/issues/1904 As record service uses foreground notification, replaces the launch of the the record service from intent api.

Uses

executeForeground

Instead of

execute

Please review and ajust (if needed) before merge, as my knowledge of the code base is close to null for now.

Thanks.

abdoulayeYATERA avatar Sep 25 '24 15:09 abdoulayeYATERA