Hello!
I have been confused with the following issue:
In my app, I need to receive GPS location data even if I have another app open (e.g. a navigator).
By now, I stop the GPS listening on Activity_Pause and start it again on Activity_Resume.
If I leave the GPS listening open, will the app receive the data if I open the other app that uses the GPS or it's dangerous to have a conflict?
Thank you in advance.
I have been confused with the following issue:
In my app, I need to receive GPS location data even if I have another app open (e.g. a navigator).
By now, I stop the GPS listening on Activity_Pause and start it again on Activity_Resume.
If I leave the GPS listening open, will the app receive the data if I open the other app that uses the GPS or it's dangerous to have a conflict?
Thank you in advance.