Z Zockolade Member Licensed User Longtime User May 11, 2021 #1 Hi! I start from my app, Google Maps for routing... How can I prevent the routing restarting, if I start GoogleMaps again from my own app? Is there a way to bring GM into the foreground from the background? greetings
Hi! I start from my app, Google Maps for routing... How can I prevent the routing restarting, if I start GoogleMaps again from my own app? Is there a way to bring GM into the foreground from the background? greetings
Erel B4X founder Staff member Licensed User Longtime User May 12, 2021 #2 You should find the application intent with PackageManager.GetApplicationIntent and then start it with StartActivity. The exact behavior depends on the third party app. Upvote 0
You should find the application intent with PackageManager.GetApplicationIntent and then start it with StartActivity. The exact behavior depends on the third party app.