Reputation: 11
I'm currently using a Media object to play a sound in a PhoneGap app. However, it uses the "Music & Videos" volume. Is there a way to get it to play using the "Alarm" volume?
Upvotes: 0
Views: 412
Reputation: 608
Are you use AudioManager.STREAM_ALARM
?
I think you use AudioManager.STREAM_MUSIC
.
You can see AudioManager.
Upvotes: 1