Merge change 22564 into eclair

* changes:
  Add an extra intent parameter for recording duration limit.
This commit is contained in:
Android (Google) Code Review
2009-08-24 23:56:49 -07:00

View File

@@ -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.