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()
You can use the MediaActionSound class (available from API 16). For example:
MediaActionSound sound = new MediaActionSound(); sound.play(MediaActionSound.SHUTTER_CLICK);