Advertisement
bigrushdog

Untitled

Jan 15th, 2012
98
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Java 0.38 KB | None | 0 0
  1.     public void playSound(int soundId) {
  2.         if ((soundId == CameraSound.SHUTTER_CLICK) || (soundId == CameraSound.START_VIDEO_RECORDING) || (soundId == CameraSound.STOP_VIDEO_RECORDING))
  3.           mShutterSoundPreference = new ShutterSoundPreference(this, null);
  4.           if (mShutterSoundPreference.getValue().equals("on"))
  5.             mCameraSound.playSound(soundId);
  6.     }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement