Is there a simple and direct way for an app (or service) to call, that is start, another app that is not currently running? I'm thinking of something like
StartApp(AppName As String, Activity As String)
The above asumes first that AppName is known and is installed.
Thanks.
StartApp(AppName As String, Activity As String)
The above asumes first that AppName is known and is installed.
Thanks.