Open another Android application

:information_source: Attention Topic was automatically imported from the old Question2Answer platform.
:bust_in_silhouette: Asked By CosmoXD

Hello, I’m creating a launcher and I’m trying to port it to Android, I already tried with OS.execute and with OS.shell_open but the application crashes when I call that functions.

Tried with:

OS.execute("com.AppCompany.Application", [], true);

And with:

OS.shell_open("com.AppCompany.Application");