views:

12

answers:

1

I'm trying to create a notification that uses a different sound than Notification.DEFAULT_SOUND. Is there an easy way I can pop up a Sound picker where the user can choose from? and how do I use the sound picked for my notification?

A: 

Like most things in Android, you can broadcast an intent. example.

Here is the full intent description in the Android docs.

colithium