Partager via


MediaStore.ActionReview Field

Definition

Standard action that can be sent to review the given media file.

[Android.Runtime.Register("ACTION_REVIEW", ApiSince=29)]
public const string ActionReview;
[<Android.Runtime.Register("ACTION_REVIEW", ApiSince=29)>]
val mutable ActionReview : string

Field Value

Attributes

Remarks

Standard action that can be sent to review the given media file.

The launched application is expected to provide a large-scale view of the given media file, while allowing the user to quickly access other recently captured media files.

Input: Intent#getData is URI of the primary media item to initially display.

Java documentation for android.provider.MediaStore.ACTION_REVIEW.

Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.

Applies to