【问题标题】:How to open Samsung Oculus / Gear VR app by an intent from my app?如何通过我的应用程序的意图打开三星 Oculus / Gear VR 应用程序?
【发布时间】:2017-12-02 10:51:00
【问题描述】:

我想在Gear VR 应用中启动一个活动

我是否对URI 使用意图?例如,如果我想用 lat long 打开一张地图,我会写一些类似的东西

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 应用?

【问题讨论】:

  • 你有没有想过这个问题?如果是这样,请发布您自己问题的答案,谢谢。

标签: android oculus gear-vr samsung-mobile-sdk


【解决方案1】:

根据 oculus,这是不允许的行为。检查以下链接。 https://forums.oculusvr.com/community/discussion/comment/619743#Comment_619743

【讨论】:

    猜你喜欢
    • 1970-01-01
    • 1970-01-01
    • 1970-01-01
    • 1970-01-01
    • 1970-01-01
    • 1970-01-01
    • 1970-01-01
    • 1970-01-01
    • 1970-01-01
    相关资源
    最近更新 更多