wtetzner
wtetzner

Reputation: 11

PhoneGap: Play sound using Android's Alarm Volume

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

Answers (1)

Soyeon Kim
Soyeon Kim

Reputation: 608

Are you use AudioManager.STREAM_ALARM?

I think you use AudioManager.STREAM_MUSIC.

You can see AudioManager.

Upvotes: 1

Related Questions