I would like to play native camera shutter sound clip on camera preview capture. I\'m referring to the sound clip played when takePicture() is called. How
takePicture()
AudioManager meng = (AudioManager) getContext().getSystemService(Context.AUDIO_SERVICE); int volume = meng.getStreamVolume( AudioManager.STREAM_NOTIFICATION); if(volume != 0) sound.play(MediaActionSound.SHUTTER_CLICK);