I want to use an NFC tag to open Spotify for Android to a specific album.
If I use the URI spotify:album:6QaVfG1pHYl1z15ZxkvVDW
then Spotify immediately opens on the homepage. It does not open the specific album.
If I use: https://open.spotify.com/album/6QaVfG1pHYl1z15ZxkvVDW
It opens via the browser. That's not what I want. I want to open the app directly.
If I use an Android intent com.spotify.music
it opens the app to the start page.
I've tried using spotify://album/6QaVfG1pHYl1z15ZxkvVDW
but the problem persists.
Is there a way to use an NFC tag to open the Spotify App directly to an album?