4
I’m using in my app, GPS and Google Direction. It’s working, but I noticed the following. After I return from Activity where you have the map, the GPS icon of the smartphone does not come out, it is as if it had still consumed the activity. It only comes out when I actually close the whole app.
The screen itself (from the map) only traces the user’s route from point A to point B.
Any hint?
thanks for the help. I followed what you gave me and used the onPause() method. Inside it I used the
LocationManager
along withLocationListener
which are the methods I use. I have tested and worked.– Flávio