[Bug Report][Developers] Searching for songs, via spotify:search:My+Search causes a blank page.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Hi there.
I'd like to report a bug for the Spotify android application. Here is the thing.
I'm developping an android app that will propose to open spotify, and search for songs. I've been using this intent :
intent = new Intent(Intent.ACTION_VIEW, Uri.parse("spotify:search:" + URLEncoder.encode(album.getAlbumName())))
This intent seems good, it opens the spotify application, and does the search, but the opened page is always full blank page. The only thing that indicates that the intent work is that it shows "Search: mything i wanted to search" as a title.
EDIT : well, maybe that comes from the search feature. Since the album name (thing I'm searching) posessed a "/" it seems to bug. Same thing happen when I try to search for something with a "/" directly from the app.
- Subscribe to RSS Feed
- Mark Topic as New
- Mark Topic as Read
- Float this Topic for Current User
- Bookmark
- Subscribe
- Printer Friendly Page