Forum Discussion
infinite360vr
9 years agoExplorer
Unity - How to open Samsung Internet App from my Unity App
Here is a scenario, I want to redirect users to Samsung Internet Web Browser App to create a new account when they click on sign up button. Is there a way to open others app via Unity, Or can I show w...
robinchymeravr
9 years agoExplorer
@vrdaveb: The above code does not work with com.sec.android.app.svrbrowser
I use a simplified version
I use a simplified version
String packagename = "<ApplicationID>";
startActivity(getPackageManager().getLaunchIntentForPackage(packagename));
Quick Links
- Horizon Developer Support
- Quest User Forums
- Troubleshooting Forum for problems with a game or app
- Quest Support for problems with your device
Other Meta Support
Related Content
- 4 years ago