如果外部存储中没有 space 并且想要使用 android 中的意图捕获图像,会发生什么情况?

what happened if there is no space in external storage and want to capture image using intent in android?

如果外部存储中没有 space 并且想在 android 中使用 MediaStore.ACTION_Image_CAPTURE 意图捕获图像会发生什么??

图像是否会捕获或崩溃或发生任何事情!!

因为我的应用程序在 samsung-dous 中捕获图像时按确定捕获图像它一次又一次地重新打开相机并且不返回 activity ,但在其他设备中应用程序相机工作正常

任何人都可以帮助我,谢谢你的时间,

您的内置相机应用会警告您存储不足 space 并关闭。

我的声誉不到 50,为什么将其发布为答案

what happened if there is no space in external storage and want to capture image using MediaStore.ACTION_Image_CAPTURE intent in android ?

这取决于用户选择处理您的 Intent 的相机应用程序的开发人员。

如果您担心这一点,请在启动 ACTION_IMAGE_CAPTURE activity 之前检查低磁盘 space。