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

Commit 8544a07e authored by Emilian Peev's avatar Emilian Peev Committed by android-build-merger
Browse files

Merge "Camera: Update surface sharing format restrictions" into pi-dev

am: a749cd58

Change-Id: I501835fdbc828564c0a06157c970853ed142896a
parents b00ca4b4 a749cd58
Loading
Loading
Loading
Loading
+3 −3
Original line number Diff line number Diff line
@@ -82,9 +82,9 @@ import java.util.List;
 *
 * </ul>
 *
 * <p> As of {@link android.os.Build.VERSION_CODES#P Android P}, all formats can be used for
 * sharing, subject to device support. On prior API levels, only {@link ImageFormat#PRIVATE}
 * format may be used.</p>
 * <p> As of {@link android.os.Build.VERSION_CODES#P Android P}, all formats except
 * {@link ImageFormat#JPEG} and {@link ImageFormat#RAW_PRIVATE} can be used for sharing, subject to
 * device support. On prior API levels, only {@link ImageFormat#PRIVATE} format may be used.</p>
 *
 * @see CameraDevice#createCaptureSessionByOutputConfigurations
 *