AudioManager provides access to volume and ringer mode control.
I've tried settings the audio stream of the media player in my application using the following code but when I …
android stream media-player android-audiomanagerI want to develop an application through which if the caller calls you, the call should be answered automatically without …
android media-player telephonymanager android-audiomanagerI have tried almost every method but I've failed to achieve gapless audio playback between looping a single track with …
android android-audiomanagerI'm working on a project in which I have to load 6 different sounds in one activity and play all sound …
android soundpool android-audiomanagerI want to accept an incoming call using answering phone's GUI (Phone's GUI) of my phone in Android 5.0. I found …
android android-intent android-audiomanageris there a way to hide the volume change bar/notification (however you might call it..btw. how do you …
android android-layout android-audiomanagerAudioManger.setStreamMute is now deprecated with api 23 and it is preferred to use AudioManager.adjustStreamVolume with AudioManager.ADJUST_MUTE. My …
android android-6.0-marshmallow android-audiomanagerHow I can make my phone mute in lollipop devices programmatically? For pre-lollipop devices, it can be done pretty well …
android android-audiomanagerI am looking for how we change the vibrate settings in Jelly Bean. I found that all the pre-JB vibrate …
android android-4.2-jelly-bean vibration android-audiomanagerDoes anyone know how I can detect if the headphone jack on a device is unplugged on Android? I have …
java android audio media-player android-audiomanager