我有一个链接到 Soundcloud 轨道的移动应用程序。在 Android 上,单击这些链接会弹出一个对话框,要求用户“使用”他们的浏览器或 Soundcloud 应用程序“完成操作”。
有没有办法绕过这个屏幕,只在 Soundcloud 播放器中播放曲目?
这是我目前使用的代码。请提出任何修改或新的方法来做到这一点。
Intent intent = new Intent(Intent.ACTION_VIEW, Uri.parse("http://m.soundcloud.com/blackburnravers/dj-nj-house-music-volume-3"));
startActivity(intent);