I\'d like to see my app in the list of player (\"continue action using...\") that pops up when I try to open an audio file (ie. from file browser or gmail attachment). Here
You always need a on an , as there is always at least one category on the Intent used with startActivity().
Intent
startActivity()
Here is what the AOSP Music app uses: