12-19-2016 06:35 AM
String packagename = "<ApplicationID>";
startActivity(getPackageManager().getLaunchIntentForPackage(packagename));
This works for oculus home, oculus360Photos, a bunch of other games etc.
But, the samsung internet for gearvr crashes the application (com.sec.android.app.svrbrowser).
Does anyone know why? I am basically extensing the VrCubeWorld_SurfaceView example from the mobile SDK
by adding the above snippet in the dispatchTouchEvent, dispathKeyEvent. In case anyone wants to recreate.