我想在Gear VR
应用
我是否使用URI
的意图?例如,如果我想打开一个lat长的地图,我会写类似的东西
String uri = String.format(Locale.ENGLISH, "geo:%f,%f", latitude, longitude);
Intent intent = new Intent(Intent.ACTION_VIEW, Uri.parse(uri));
context.startActivity(intent);
如何通过Android应用程序的意图打开Samsung Gear VR / Oculus
应用程序?
答案 0 :(得分:0)
根据眼睛,这不是允许的行为。请检查以下链接。 https://forums.oculusvr.com/community/discussion/comment/619743#Comment_619743