History log of /frameworks/base/media/java/android/media/MediaActionSound.java
Revision Date Author Comments (<<< Hide modified files) (Show modified files >>>)
a4fd93751d2dd29febfc3022319e7f250fd6b732 08-Mar-2012 Eino-Ville Talvala <etalvala@google.com> Allow multiple releases to be called on MediaActionSound.

Bug: 6136088
Change-Id: I80ff09a90cd65d874ae016d450c4cc8c6a56d387
/frameworks/base/media/java/android/media/MediaActionSound.java
e69095869c1b324aa20991ed1805c492c3f731e8 01-Mar-2012 Eino-Ville Talvala <etalvala@google.com> NEW_API: Rework CameraSound into MediaActionSound, and unhide it.

MediaActionSound is a helper class for applications that use the
camera, or include camera-like behavior such as taking
screenshots. This class helps applications match the sound-playing
behavior of the Camera.takePicture, MediaRecorder.start, and
MediaRecorder.stop methods.

This is useful for applications that don't use the above methods, but
still logically capture images or video, such as the panorama capture
feature and the video effects in the platform camera application.

Bug: 5029099
Change-Id: I829f6e2941f167f91f9cb506215b7232cb054958
/frameworks/base/media/java/android/media/MediaActionSound.java