It is common to make your Android apps able to launch and send data to external apps by using intents. But there are also situations when you want your Android app to only launch an external app without passing any data.
This tutorial will show you how to implement this feature :
Continue reading “Launch external apps from Delphi Android apps”