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

Commit 0c74819b authored by Wu-cheng Li's avatar Wu-cheng Li Committed by Android (Google) Code Review
Browse files

Merge "Improve camera getSupportedPreviewFormats javadoc."

parents ee4d1a67 f9293e7d
Loading
Loading
Loading
Loading
+3 −1
Original line number Diff line number Diff line
@@ -1776,7 +1776,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.