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

Commit f9293e7d authored by Wu-cheng Li's avatar Wu-cheng Li
Browse files

Improve camera getSupportedPreviewFormats javadoc.

bug:3463624
Change-Id: I4151fc7821e9648c6429acca53582f11f35f8813
parent 10a1b30d
Loading
Loading
Loading
Loading
+3 −1
Original line number Diff line number Diff line
@@ -1694,7 +1694,9 @@ public class Camera {
        }

        /**
         * Gets the supported preview formats.
         * Gets the supported preview formats. {@link android.graphics.ImageFormat#NV21}
         * is always supported. {@link android.graphics.ImageFormat#YV12}
         * is always supported since API level 12.
         *
         * @return a list of supported preview formats. This method will always
         *         return a list with at least one element.