Merge "NEW_API: Unhide android.hardware.Camera#enableShutterSound" into jb-mr1-dev
This commit is contained in:
committed by
Android (Google) Code Review
commit
f353f948a5
@@ -9675,6 +9675,7 @@ package android.hardware {
|
||||
method public final void addCallbackBuffer(byte[]);
|
||||
method public final void autoFocus(android.hardware.Camera.AutoFocusCallback);
|
||||
method public final void cancelAutoFocus();
|
||||
method public final boolean enableShutterSound(boolean);
|
||||
method public static void getCameraInfo(int, android.hardware.Camera.CameraInfo);
|
||||
method public static int getNumberOfCameras();
|
||||
method public android.hardware.Camera.Parameters getParameters();
|
||||
|
||||
@@ -1166,7 +1166,6 @@ public class Camera {
|
||||
* system shutter sound will play when a picture is taken.
|
||||
* @see #takePicture
|
||||
* @see ShutterCallback
|
||||
* @hide
|
||||
*/
|
||||
public native final boolean enableShutterSound(boolean enabled);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user