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

Commit eb0098d8 authored by Chih-Chung Chang's avatar Chih-Chung Chang
Browse files

Add an extra intent parameter for recording duration limit.

parent 094f44ba
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.