【发布时间】:2014-01-21 04:15:08
【问题描述】:
是否有在本机应用程序中通过意图打开像http://instagram.com/username 这样的instagram 用户配置文件,我们不应该默认链接到instagram brouser。
intent.setData(Uri.parse("http://instagram.com/username"));
【问题讨论】:
-
您是否尝试过为此目的集成 WebView。