我有一個鏈接到Soundcloud軌道的移動應用程序。在Android上,單擊這些鏈接會彈出一個對話框,要求用戶使用「完成操作」瀏覽器或Soundcloud應用程序。在Android上的Soundcloud應用程序中強制啓動Soundcloud軌道
是否有辦法繞過這個屏幕,只是在球員的SoundCloud播放的曲目?
這是我目前使用的代碼。請提出任何修改或新方法來做到這一點。
Intent intent = new Intent(Intent.ACTION_VIEW, Uri.parse("http://m.soundcloud.com/blackburnravers/dj-nj-house-music-volume-3"));
startActivity(intent);
你應該接受這個作爲答案。 – Adam