MediaStore.IntentActionStillImageCameraSecure Field
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
The name of the Intent action used to launch a camera in still image mode for use when the device is secured (e.
[Android.Runtime.Register("INTENT_ACTION_STILL_IMAGE_CAMERA_SECURE")]
public const string IntentActionStillImageCameraSecure;
[<Android.Runtime.Register("INTENT_ACTION_STILL_IMAGE_CAMERA_SECURE")>]
val mutable IntentActionStillImageCameraSecure : string
Field Value
- Attributes
Remarks
The name of the Intent action used to launch a camera in still image mode for use when the device is secured (e.g. with a pin, password, pattern, or face unlock). Applications responding to this intent must not expose any personal content like existing photos or videos on the device. The applications should be careful not to share any photo or video 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.
Java documentation for android.provider.MediaStore.INTENT_ACTION_STILL_IMAGE_CAMERA_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.