Daniel A. White
Daniel A. White

Reputation: 190897

Access and volume levels in Android

Is there a way in the standard SDK that I can access the different channels such as Navigation Volume, Media Volume, Ringer Volume? If so can I get the level it is at and set it?

Upvotes: 2

Views: 2566

Answers (1)

CommonsWare
CommonsWare

Reputation: 1006554

Use AudioManager. Here is a sample application demonstrating using the volumes for the audio streams.

Upvotes: 3

Related Questions