Reputation: 190897
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
Reputation: 1006554
Use AudioManager
. Here is a sample application demonstrating using the volumes for the audio streams.
Upvotes: 3