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

Commit 4804c3e2 authored by Android (Google) Code Review's avatar Android (Google) Code Review
Browse files

Merge change 22564 into eclair

* changes:
  Add an extra intent parameter for recording duration limit.
parents f7eab4f7 eb0098d8
Loading
Loading
Loading
Loading
+6 −0
Original line number Diff line number Diff line
@@ -163,6 +163,12 @@ public final class MediaStore
     */
    public final static String EXTRA_SIZE_LIMIT = "android.intent.extra.sizeLimit";

    /**
     * Specify the maximum allowed recording duration in seconds.
     * @hide
     */
    public final static String EXTRA_DURATION_LIMIT = "android.intent.extra.durationLimit";

    /**
     * The name of the Intent-extra used to indicate a content resolver Uri to be used to
     * store the requested image or video.