次の方法で共有


MediaStore.ActionReviewSecure Field

Definition

Standard action that can be sent to review the given media file when the device is secured (e.

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

Field Value

Attributes

Remarks

Standard action that can be sent to review the given media file when the device is secured (e.g. with a pin, password, pattern, or face unlock). The applications should be careful not to share any media with other applications or Internet. The activity should use Activity#setShowWhenLocked to display on top of the lock screen while secured. There is no activity stack when this flag is used, so launching more than one activity is strongly discouraged.

The launched application is expected to provide a large-scale view of the given primary media file, while only allowing the user to quickly access other media from an explicit secondary list.

Input: Intent#getData is URI of the primary media item to initially display. Intent#getClipData is the limited list of secondary media items that the user is allowed to review. If Intent#getClipData is undefined, then no other media access should be allowed.

Java documentation for android.provider.MediaStore.ACTION_REVIEW_SECURE.

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