I am building a Android application which gives Travel Maps.User can navigate away from my application. Ex – Pressing Home button. I want do is, bring back the application on location change.I want to show some notifications on special GPS coordinates. I am using onLocationChanged() method to do my tasks. But I cant find out a way to bring the app to foreground. Can you please help me?
I am building a Android application which gives Travel Maps.User can navigate away from
Share
First I have not done this. But at least you can try.
Inside onLocationChanged() callback put
Then start that Intent.