Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit af87681f authored by Eino-Ville Talvala's avatar Eino-Ville Talvala
Browse files

NEW_API: Unhide android.hardware.Camera#enableShutterSound

Change-Id: I8e7ef3e035dd261be51874f514d6be2fb8933e96
parent 69fe527b
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -9658,6 +9658,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();
+0 −1
Original line number Diff line number Diff line
@@ -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);