When running my Android App on Chromebook, all my audio changes via 
AudioManager to not actually take effect in the behavior of the app.

When running:

audioManager.setStreamVolume(AudioManager.STREAM_MUSIC, progress / 
MAX_MULTIPIER, 0);

or

audioManager.getStreamVolume(AudioManager.STREAM_MUSIC);

(Audio Manager from getContext().getSystemService(Context.AUDIO_SERVICE); )

The values returned or the intended actions do not reflect the audio coming 
from the app. It does not matter what STREAM I'm in either, I've tried 
SYSTEM as well.

Any help would be appreciated.

-- 
You received this message because you are subscribed to the Google Groups 
"Android Developers" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to android-developers+unsubscr...@googlegroups.com.
To post to this group, send email to android-developers@googlegroups.com.
Visit this group at https://groups.google.com/group/android-developers.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/android-developers/4173025f-a697-4ce0-b108-0df9b4faef0a%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.

Reply via email to