Forum Discussion

🚨 This forum is archived and read-only. To submit a forum post, please visit our new Developer Forum. 🚨
sebrk's avatar
sebrk
Explorer
2 years ago
Solved

Starting another application using intents

I've implemented a native Android plugin that I call from Unity C# script to start another application using an intent like so: Intent launchIntent = context.getPackageManager().getLaunchIntentForPa...