biq*_*llo 7 android intentfilter spotify
我想播放一个spotify播放列表,任何人都知道是否有Spotify意图过滤器?
谢谢!
只是一个普通的意图就应该起作用。
String spotifyUri = "spotify:user:...";
Intent intent = new Intent(Intent.ACTION_VIEW, Uri.parse(spotifyUri));
startActivity(intent);
Run Code Online (Sandbox Code Playgroud)
| 归档时间: |
|
| 查看次数: |
2663 次 |
| 最近记录: |