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

Commit 07c82855 authored by Android (Google) Code Review's avatar Android (Google) Code Review
Browse files

Merge change 22537 into eclair

* changes:
  Fix build.
parents 048d51b9 e1a7ad23
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -168,7 +168,7 @@ public class MediaRecorder

        /** The following formats are audio only .aac or .amr formats **/
        /** @deprecated  Deprecated in favor of AMR_NB */
        /** TODO: change link when AMR_NB is exposed. Deprecated in favor of {@link MediaRecorder.OutputFormat#AMR_NB} */
        /** TODO: change link when AMR_NB is exposed. Deprecated in favor of MediaRecorder.OutputFormat.AMR_NB */
        public static final int RAW_AMR = 3;
        /** @hide AMR NB file format */
        public static final int AMR_NB = 3;