@imperativity I just found a way to launch Oculus Browser and it is
actually launching the URI I request:PackageManager manager =
mContext.getPackageManager();try { Intent i =
manager.getLaunchIntentForPackage("com.oculus.vrshell");
i.addFlags(Intent...
Hi @imperativity,Does the Platform.ShareToFacebook work as deep-link? I
need something like that but to launch the web browser to authenticate
on services like Google or Dropbox.. even for Facebook.. do you have any
suggestion on this?Thanks,