Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
特定の Spotify プレイリストを再生したいのですが、利用可能な Spotify インテント フィルターがあるかどうかは誰にもわかりません。
ありがとう!
通常の意図で機能するはずです。
String spotifyUri = "spotify:user:..."; Intent intent = new Intent(Intent.ACTION_VIEW, Uri.parse(spotifyUri)); startActivity(intent);