open another app from ours?

Hi,
I want to open gallery from my android app. I found somewhere that you can do it usingApplication.OpenURLhaving gallery URI path in it. But I don’t have a sun beam of idea to do it anyway. Can somebody know how to achieve it, opening certain app from our application.
Thanks!

Here are some of the solutions:

https://forum.unity3d.com/threads/android-ios-launch-from-within-a-unity-app-another-unity-app.222709/#post-1486300

https://forum.unity3d.com/threads/android-ios-launch-from-within-a-unity-app-another-unity-app.222709/#post-2308076

Hello,

Here is the simple code for iOS to launch any other installed app from your app. You have to put this objective c file in your Plugins/iOS folder and call the function. Here is the link which can help you.

In 2022, this requires: https://forum.unity.com/threads/android-ios-launch-from-within-a-unity-app-another-unity-app.222709/
AND
for above API 30 on Android, see the answer below the top answer: android - Intent.migrateExtraStreamToClipData() on a null object reference - Stack Overflow