Volume up and down detective

Yes, it's possible. I'll provide you the code later.

1 Like

You need to change the value of the Stream type as per your needs.

  1. Here you need to make the changes
audio.getStreamVolume(streamType);
  1. Stream Types
AudioManager.STREAM_MUSIC
AudioManager.STREAM_SYSTEM
AudioManager.STREAM_ALARM
AudioManager.STREAM_NOTIFICATION
AudioManager.STREAM_RING
1 Like

This topic was automatically closed 7 days after the last reply. New replies are no longer allowed.