AudioManager provides access to volume and ringer mode control.
Is there a way to get/set media volume? I have tried the following: AudioManager audio = (AudioManager) getSystemService(Context.AUDIO_…
android get media volume android-audiomanagerI am using fragments inside an activity. I am using MediaRecorder to for audio recording. I have two part of …
android android-intent android-fragments android-audiomanager android-mediarecorderCan I change the media volume? and how? I used this so far: setVolumeControlStream(AudioManager.STREAM_MUSIC); But have a …
android audio android-audiomanagerHow can I accurately change the volume of my app using a seekbar without controlling the volume by the volume …
android volume seekbar android-audiomanagerI'm developing an application that has the following requisite: If there is a headset plugged in the device and the …
android broadcastreceiver android-audiomanagerI have an app that mutes the phone by using AudioManager and setting ringer mode to silent with this code: …
android android-audiomanager android-7.0-nougatI am working on application that will record the voice of the user and save the file on the SD …
android android-intent android-mediaplayer voice-recognition android-audiomanagerI'm in the process of developing an Android app. I have been able to successfully set the speaker volume using: …
android android-2.2-froyo android-audiomanagerHi I'm new to this. My self-teaching project is a small application which plays an audio news stream. To be …
android audio android-audiomanagerI have an AudioTrack streaming via headphones. I have to send a SoundPool to built-in speakers only, without interrupting the …
android soundpool android-audiomanager audiotrack