How to start another kodular app

hello friends, i’m having trouble starting another app created by kodular using Activity Starter
I researched more, I couldn’t get a functional method.
if you can help me i will be grateful

To open other app from you app with Activity Starter
You need to set:
Activity Starter. Action = android.intent.action.VIEW (or other option)
Activity Starter. Activity Package = ??
Activity Starter. Activity Class = ??
Activity Starter. Data Uri = Send to other app to need open
Activity Starter. Start Activity for star activity

Edit: here you can read my post with example to open other app to play video.

2 Likes